Skip to content

Commit a48ce8a

Browse files
committed
Try setting libs env variable
1 parent 4526175 commit a48ce8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ jobs:
214214
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
215215
with:
216216
python-version: '3.9'
217+
- name: Setup Python library path
218+
if: runner.os == 'Windows'
219+
run: |
220+
echo "LIB=$env:LIB;C:\hostedtoolcache\windows\Python\3.9.13\x64\libs" >> $env:GITHUB_ENV
221+
217222
- name: Upload
218223
if: runner.os == 'Windows'
219224
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4

0 commit comments

Comments
 (0)