Update build.yml
This commit is contained in:
parent
a6e94019d8
commit
a80f7593b2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
echo export VisualStudioVersion="%VisualStudioVersion% " >> vars.sh
|
||||
echo export WSLcross=true >> vars.sh
|
||||
echo export WSLENV=$WSLENV:INCLUDE/w:LIB/w:LIBPATH/w >> vars.sh
|
||||
ABC=HALLO
|
||||
- name: Set up WSL
|
||||
uses: Vampire/setup-wsl@v1.2.0
|
||||
with:
|
||||
@ -40,8 +41,7 @@ jobs:
|
||||
- name: Build FFmpeg
|
||||
shell: wsl-bash {0}
|
||||
run: |
|
||||
dos2unix vars.sh
|
||||
./vars.sh
|
||||
echo $ABC
|
||||
echo $PATH
|
||||
cl.exe
|
||||
MSBuild.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user