Archived
1
Fork 0

Final attempt to appease MSVC

This commit is contained in:
Joshua Goins 2022-03-07 09:49:31 -05:00
parent df4a5781d9
commit a1955ae479

View file

@ -42,4 +42,4 @@ jobs:
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build - name: Build
run: cmake --build build --target all -v run: cmake --build build