Skip to content

Commit

Permalink
Set one var and correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 23, 2024
1 parent 121d61f commit b1fe3da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ jobs:

- name: Make Test
if: matrix.os == 'windows-latest'
env:
SODIUM_USE_PKG_CONFIG: "true"
run: |-
$env:SODIUM_LIB_DIR="$(pwd)\packages\libsodium_x64-windows\lib"
$env:SODIUM_LIB_DIR="$(pwd)\vcpkg\packages\libsodium_x64-windows\lib"
make test
- name: Make Test
Expand Down

0 comments on commit b1fe3da

Please sign in to comment.