mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 01:58:53 +00:00
Update NASM and VapourSynth in windows-build.yml
And remove unnecessary Python setup
This commit is contained in:
parent
5e9228a43e
commit
6d9e660998
1 changed files with 2 additions and 8 deletions
10
.github/workflows/windows-build.yml
vendored
10
.github/workflows/windows-build.yml
vendored
|
@ -13,20 +13,14 @@ jobs:
|
|||
|
||||
ffmpeg_ver: "7.0"
|
||||
ffmpeg_path: "C:/ffmpeg"
|
||||
vsynth_ver: "R66"
|
||||
vsynth_ver: "R69"
|
||||
vsynth_path: "C:/Program Files/Vapoursynth"
|
||||
|
||||
steps:
|
||||
- name: Python 3 setup
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '~3.12'
|
||||
architecture: x64
|
||||
|
||||
- name: NASM setup
|
||||
uses: ilammy/setup-nasm@v1
|
||||
with:
|
||||
version: 2.16.01
|
||||
version: 2.16.03
|
||||
from-source: false
|
||||
|
||||
- name: FFmpeg installation
|
||||
|
|
Loading…
Reference in a new issue