From 88c355c3e17555ddf5e51e88530d3de452f05e8e Mon Sep 17 00:00:00 2001 From: cen1 Date: Tue, 11 Aug 2026 23:37:00 +0200 Subject: [PATCH] removed hardcoded VS version from release ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7f5719..3da6379 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: - name: Build shell: cmd working-directory: ./build - run: .\conanbuild.bat && cmake .. -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DBUILD_SHARED_LIBS=1 && cmake --build . --config Release + run: .\conanbuild.bat && cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DBUILD_SHARED_LIBS=1 && cmake --build . --config Release - name: Create archive working-directory: ./build