Skip to content

Commit

Permalink
add bin to get dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieqiong committed Oct 4, 2024
1 parent 6e6c730 commit 7b0e062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
.\vcpkg install gsl gsl:x64-windows
$env:GSL_PATH = "${{ github.workspace }}\vcpkg\installed\x64-windows"
$env:BIN = "$env:GSL_PATH\bin;$env:BIN"
echo "GSL_PATH=$env:GSL_PATH" >> $env:GITHUB_ENV
echo "PATH=$env:BIN" >> $env:GITHUB_ENV
- name: Build wheels for Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 7b0e062

Please sign in to comment.