Skip to content

Commit

Permalink
Update NASM and VapourSynth in windows-build.yml
Browse files Browse the repository at this point in the history
And remove unnecessary Python setup
  • Loading branch information
Uranite authored and shssoichiro committed Aug 16, 2024
1 parent 5e9228a commit 6d9e660
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d9e660

Please sign in to comment.