Skip to content

Commit 2bb1400

Browse files
committed
fixup
1 parent 95c7a74 commit 2bb1400

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheels.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@ jobs:
248248
- name: Install dependencies
249249
id: install
250250
run: |
251-
7z x winbuild\depends\nasm-2.14.02-win64.zip "-o$env:RUNNER_WORKSPACE\"
252-
echo "$env:RUNNER_WORKSPACE\nasm-2.14.02" >> $env:GITHUB_PATH
251+
7z x winbuild\depends\nasm-2.16.01-win64.zip "-o$env:RUNNER_WORKSPACE\"
252+
echo "$env:RUNNER_WORKSPACE\nasm-2.16.01" >> $env:GITHUB_PATH
253253
254-
winbuild\depends\gs9533w32.exe /S
255-
echo "C:\Program Files (x86)\gs\gs9.53.3\bin" >> $env:GITHUB_PATH
254+
python -m pip install meson
256255
256+
# make cache key depend on VS version
257257
& "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" `
258258
| find """catalog_buildVersion""" `
259259
| ForEach-Object { $a = $_.split(" ")[1]; echo "vs=$a" >> $env:GITHUB_OUTPUT }
@@ -270,7 +270,7 @@ jobs:
270270
- name: Prepare build
271271
if: steps.build-cache.outputs.cache-hit != 'true'
272272
run: |
273-
& python.exe winbuild\build_prepare.py -v --python=$env:pythonLocation --srcdir
273+
& python.exe winbuild\build_prepare.py -v
274274
shell: pwsh
275275

276276
- name: Build dependencies / libjpeg-turbo

0 commit comments

Comments
 (0)