Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 16, 2024
1 parent 75d270d commit 58fe7de
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/amalgamation_test_win64_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ jobs:
run: |
vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static
- name: update vcpkg
shell: bash
run: |
cd C:/vcpkg
find . -name '*.pc'
- name: test
run: |
cd C:/vcpkg
vcpkg
C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --list-all --with-path=C:/vcpkg/installed/x64-windows/lib/pkgconfig libsodium
C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --libs --cflags --with-path=C:/vcpkg/installed/x64-windows/lib/pkgconfig libsodium
C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --list-all --with-path=C:/vcpkg/installed/x64-windows/lib/pkgconfig
C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --list-all --with-path=C:/vcpkg/packages/libsodium_x64-windows-static/lib/pkgconfig
C:/vcpkg/installed/x64-windows/tools/pkgconf/pkgconf.exe --libs --cflags --with-path=C:/vcpkg/packages/libsodium_x64-windows-static/lib/pkgconfig libsodium
- name: cc
run: |
Expand Down

0 comments on commit 58fe7de

Please sign in to comment.