Update build.yml
This commit is contained in:
parent
31b970a569
commit
eb9a8397db
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -19,8 +19,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set up development tools
|
- name: Set up development tools
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
run: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
- name: Set up WSL
|
||||||
|
uses: Vampire/setup-wsl@v1.2.0
|
||||||
|
with:
|
||||||
|
distribution: Ubuntu-20.04
|
||||||
|
- name: Build FFmpeg
|
||||||
|
shell: wsl-bash {0}
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
echo $PATH
|
||||||
set
|
cl.exe
|
||||||
|
MSBuild.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user