Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 19:04:04 +01:00 committed by GitHub
parent e4effbe818
commit 86ca372f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,33 +14,10 @@ jobs:
runs-on: windows-2019 runs-on: windows-2019
needs: [] needs: []
steps: steps:
- name: Set up WSL
uses: Vampire/setup-wsl@v1.2.0
- name: Set up development tools - name: Set up development tools
shell: cmd shell: cmd
run: | run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
bash.exe -c set
- name: Set up development tools2
shell: cmd
run: |
set
# - name: Set up WSL
# uses: Vampire/setup-wsl@v1.2.0
# with:
# additional-packages:
# dos2unix
- name: Build FFmpeg
shell: wsl-bash {0}
run: |
dos2unix vars.sh
cat vars.sh
chmod +x vars.sh
./vars.sh
set
#echo $ABC
#echo $PATH
#cl.exe
#MSBuild.exe