Commit 2bb1400 1 parent 95c7a74 commit 2bb1400 Copy full SHA for 2bb1400
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,12 @@ jobs:
248
248
- name : Install dependencies
249
249
id : install
250
250
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
253
253
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
256
255
256
+ # make cache key depend on VS version
257
257
& "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" `
258
258
| find """catalog_buildVersion""" `
259
259
| ForEach-Object { $a = $_.split(" ")[1]; echo "vs=$a" >> $env:GITHUB_OUTPUT }
@@ -270,7 +270,7 @@ jobs:
270
270
- name : Prepare build
271
271
if : steps.build-cache.outputs.cache-hit != 'true'
272
272
run : |
273
- & python.exe winbuild\build_prepare.py -v --python=$env:pythonLocation --srcdir
273
+ & python.exe winbuild\build_prepare.py -v
274
274
shell : pwsh
275
275
276
276
- name : Build dependencies / libjpeg-turbo
You can’t perform that action at this time.
0 commit comments