Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 17:33:54 +01:00 committed by GitHub
parent 41394598ae
commit a6e94019d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@ jobs:
echo export WSLENV=$WSLENV:INCLUDE/w:LIB/w:LIBPATH/w >> vars.sh echo export WSLENV=$WSLENV:INCLUDE/w:LIB/w:LIBPATH/w >> vars.sh
- 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:
dos2unix
- name: Build FFmpeg - name: Build FFmpeg
shell: wsl-bash {0} shell: wsl-bash {0}
run: | run: |