Skip to content

Commit

Permalink
try installed vcpkg root
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Jun 12, 2024
1 parent 780567d commit f5f488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
echo "SODIUM_USE_PKG_CONFIG=\"1\"" >> "$GITHUB_ENV"
echo "VCPKG_ROOT=\"$GITHUB_WORKSPACE\\vcpkg\"" >> "$GITHUB_ENV"
echo "VCPKG_ROOT=\"$GITHUB_WORKSPACE\\vcpkg\\installed\"" >> "$GITHUB_ENV"
#run: echo "SODIUM_LIB_DIR=\"$GITHUB_WORKSPACE\\vcpkg\\packages\\libsodium_x64-windows-release\\lib\"" >> "$GITHUB_ENV"
- name: Install lair-keystore-0.4.4 for fwd compat test
Expand Down

0 comments on commit f5f488c

Please sign in to comment.