Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 16:29:35 +01:00 committed by GitHub
parent eb9a8397db
commit 61817fd735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,7 @@ jobs:
shell: cmd shell: cmd
run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
- name: Set up WSL - name: Set up WSL
uses: Vampire/setup-wsl@v1.2.0 uses: Vampire/setup-wsl@latest
with:
distribution: Ubuntu-20.04
- name: Build FFmpeg - name: Build FFmpeg
shell: wsl-bash {0} shell: wsl-bash {0}
run: | run: |