Skip to content

Commit

Permalink
add quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Jun 12, 2024
1 parent 3fab296 commit eb6f3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
id: set-vcpkg-env
if: matrix.os == 'windows-latest'
run: |
echo "SODIUM_LIB_DIR=\"$(pwd)\\vcpkg\\packages\\libsodium_x64-windows-release\\lib\"" >> $GITHUB_ENV
echo "SODIUM_LIB_DIR=\"$(pwd)\\vcpkg\\packages\\libsodium_x64-windows-release\\lib\"" >> $GITHUB_OUTPUT
echo "SODIUM_LIB_DIR=\"$(pwd)\\vcpkg\\packages\\libsodium_x64-windows-release\\lib\"" >> "$GITHUB_ENV"
echo "SODIUM_LIB_DIR=\"$(pwd)\\vcpkg\\packages\\libsodium_x64-windows-release\\lib\"" >> "$GITHUB_OUTPUT"
- name: Install lair-keystore-0.4.4 for fwd compat test
shell: bash
Expand Down

0 comments on commit eb6f3d4

Please sign in to comment.