Skip to content

Commit 6872fed

Browse files
committed
Add comment
1 parent 81b8ff8 commit 6872fed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ jobs:
214214
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
215215
with:
216216
python-version: '3.9'
217+
218+
# For some reason this is needed on Windows or else the build system can't find python3.lib.
217219
- name: Setup Python library path
218220
if: runner.os == 'Windows'
219221
run: |

0 commit comments

Comments
 (0)