Skip to content

Commit 53519b5

Browse files
committed
maybe get it working
1 parent d41a3a1 commit 53519b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-msvc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: |
4646
[[ ${{ matrix.link }} == "SHARED" ]] && shared="ON" || shared="OFF"
4747
cmake .. -G "Visual Studio 17 2022" -T host=x64 -A x64 \
48+
-DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" \
4849
-DTRANTOR_USE_TLS=${{matrix.tls-provider}} \
4950
-DCMAKE_BUILD_TYPE=${{matrix.build-type}} \
5051
-DBUILD_SHARED_LIBS=$shared \

0 commit comments

Comments
 (0)