Update build.yml
This commit is contained in:
parent
959a5f5cca
commit
654595ce44
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
FFmpeg:
|
ffmpeg:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
needs: []
|
needs: []
|
||||||
steps:
|
steps:
|
||||||
@ -26,6 +26,9 @@ jobs:
|
|||||||
path: repo
|
path: repo
|
||||||
- name: Set up WSL
|
- name: Set up WSL
|
||||||
uses: Vampire/setup-wsl@v1.2.0
|
uses: Vampire/setup-wsl@v1.2.0
|
||||||
|
with:
|
||||||
|
additional-packages:
|
||||||
|
yasm
|
||||||
- name: Set up development tools
|
- name: Set up development tools
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user