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 VisualStudioVersion="%VisualStudioVersion% " >> vars.sh
|
||||||
echo export WSLcross=true >> vars.sh
|
echo export WSLcross=true >> vars.sh
|
||||||
echo export WSLENV=$WSLENV:INCLUDE/w:LIB/w:LIBPATH/w >> vars.sh
|
echo export WSLENV=$WSLENV:INCLUDE/w:LIB/w:LIBPATH/w >> vars.sh
|
||||||
|
ABC=HALLO
|
||||||
- name: Set up WSL
|
- name: Set up WSL
|
||||||
uses: Vampire/setup-wsl@v1.2.0
|
uses: Vampire/setup-wsl@v1.2.0
|
||||||
with:
|
with:
|
||||||
@ -40,8 +41,7 @@ jobs:
|
|||||||
- name: Build FFmpeg
|
- name: Build FFmpeg
|
||||||
shell: wsl-bash {0}
|
shell: wsl-bash {0}
|
||||||
run: |
|
run: |
|
||||||
dos2unix vars.sh
|
echo $ABC
|
||||||
./vars.sh
|
|
||||||
echo $PATH
|
echo $PATH
|
||||||
cl.exe
|
cl.exe
|
||||||
MSBuild.exe
|
MSBuild.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user