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 05c7fc1 commit 53e7344
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/amalgamation_test_win64_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
cl.exe
- name: compile
shell: bash
run: |
cd ./amalgamation/
ls -al
cl /ZW /MT toxcore_amalgamation_no_toxav.c User32.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
cd amalgamation
cl /MT toxcore_amalgamation_no_toxav.c User32.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

0 comments on commit 53e7344

Please sign in to comment.