Skip to content

Commit

Permalink
Fix libsodium library path in GitHub Actions workflow for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed May 9, 2023
1 parent 7327311 commit d039b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-cover-docs-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
env:
WHEELNAME: rbcl-${{ github.ref_name }}-${{ matrix.python.version-abi }}-abi3-${{ matrix.windows.version }}
INCLUDE: C:\libsodium\include
LIB: C:\libsodium\${{ matrix.windows.arch-sodium }}\Release\v143\dynamic\
LIB: C:\libsodium\${{ matrix.windows.arch-sodium }}\Release\v142\dynamic\
steps:
- uses: actions/checkout@v3
- name: Download and extract libsodium dynamic library file.
Expand Down

0 comments on commit d039b05

Please sign in to comment.