From b1a1f4be51b0ba195c744d6f60b36647580b3d48 Mon Sep 17 00:00:00 2001 From: angusj Date: Fri, 16 Aug 2024 10:27:25 +1000 Subject: [PATCH] another tweak to C++ CI configuration --- .github/workflows/actions_cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions_cpp.yml b/.github/workflows/actions_cpp.yml index b2f13a00..c8f0e486 100644 --- a/.github/workflows/actions_cpp.yml +++ b/.github/workflows/actions_cpp.yml @@ -11,7 +11,7 @@ jobs: with: node-version: '16' - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v2 - name: Build run: | mkdir CPP/build