Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 17, 2024
1 parent bb88b7b commit f2065d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/amalgamation_test_win64_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
cl /MT amalgamation_test.c User32.lib Ws2_32.lib wsock32.lib iphlpapi.lib pthreadVC3.lib libsodium.lib /I"C:/vcpkg/packages/pthreads_x64-windows-static/include" /I"C:/vcpkg/packages/libsodium_x64-windows-static/include" /link /LIBPATH:"C:/vcpkg/packages/libsodium_x64-windows-static/lib" /LIBPATH:"C:/vcpkg/packages/pthreads_x64-windows-static/lib" /SUBSYSTEM:CONSOLE
- name: check binary without ToxAV
shell: bash
run: |
cd amalgamation
cd amalgamation/
pwd
ls -al
amalgamation_test.exe

0 comments on commit f2065d6

Please sign in to comment.