Skip to content

Commit 7b0e062

Browse files
committed
add bin to get dll
1 parent 6e6c730 commit 7b0e062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878
.\vcpkg install gsl gsl:x64-windows
7979
8080
$env:GSL_PATH = "${{ github.workspace }}\vcpkg\installed\x64-windows"
81+
$env:BIN = "$env:GSL_PATH\bin;$env:BIN"
8182
echo "GSL_PATH=$env:GSL_PATH" >> $env:GITHUB_ENV
83+
echo "PATH=$env:BIN" >> $env:GITHUB_ENV
8284
8385
- name: Build wheels for Windows
8486
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)