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 5e68cfa commit 3ee41b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/amalgamation_test_win64_vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
cd C:/vcpkg
find . -name '*.pc'
- name: find pthreads libs
shell: bash
run: |
cd C:/vcpkg/packages/pthreads_x64-windows-static/
find .
- name: find sodium libs
shell: bash
run: |
Expand Down

0 comments on commit 3ee41b4

Please sign in to comment.