From b1f1f33dc1ffd24667e821b7c8d7055f8f704c8e Mon Sep 17 00:00:00 2001 From: mlthelama <47679057+mlthelama@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:54:33 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7415f0..fc7cb3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: submodules: recursive - name: Setup MSVC Environment - uses: ilammy/msvc-dev-cmd@v1.10.0 + uses: ilammy/msvc-dev-cmd@v1.12.1 - name: Setup vcpkg uses: lukka/run-vcpkg@v11 @@ -40,7 +40,7 @@ jobs: vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} - name: Build - uses: lukka/run-cmake@v10.0 + uses: lukka/run-cmake@v10.7 with: cmakeListsTxtPath: ${{ github.workspace }}/main/CMakeLists.txt configurePreset: 'vs2022-windows'