From 9cbc828a59791e2330ec45041a5083da3a0ee4d3 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Tue, 16 Jul 2024 21:17:52 +0200 Subject: [PATCH] fix CI --- .github/workflows/amalgamation_test_win64_vcpkg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/amalgamation_test_win64_vcpkg.yml b/.github/workflows/amalgamation_test_win64_vcpkg.yml index 0c116c0437..9b0e307d9b 100644 --- a/.github/workflows/amalgamation_test_win64_vcpkg.yml +++ b/.github/workflows/amalgamation_test_win64_vcpkg.yml @@ -47,5 +47,6 @@ jobs: shell: bash run: | cd ./amalgamation/ - cl amalgamation_test.c $(C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --libs --cflags --with-path=C:/vcpkg/packages/libsodium_x64-windows-static/lib/pkgconfig libsodium) + ls -al + cl /EHsc /ZW amalgamation_test.c $(C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --libs --cflags --with-path=C:/vcpkg/packages/libsodium_x64-windows-static/lib/pkgconfig libsodium) /link /SUBSYSTEM:CONSOLE