Skip to content

Commit

Permalink
Add LIBPATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Dec 24, 2024
1 parent 568b2cf commit d4db26f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
rust-toolchain: stable
docker-options: -e CI
env:
LIBPATH: ${{ env.pythonLocation }}\lib

- run: ${{ (matrix.os == 'windows-2025' && 'dir') || 'ls -ltra' }} dist/

Expand Down

0 comments on commit d4db26f

Please sign in to comment.