Update build.yml
This commit is contained in:
parent
a117053cf3
commit
4b01e39b51
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -32,7 +32,6 @@ 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
|
||||||
echo "ABC=123" >> $GITHUB_ENV
|
|
||||||
- name: Set up WSL
|
- name: Set up WSL
|
||||||
uses: Vampire/setup-wsl@v1.2.0
|
uses: Vampire/setup-wsl@v1.2.0
|
||||||
with:
|
with:
|
||||||
@ -41,10 +40,12 @@ jobs:
|
|||||||
- name: Build FFmpeg
|
- name: Build FFmpeg
|
||||||
shell: wsl-bash {0}
|
shell: wsl-bash {0}
|
||||||
run: |
|
run: |
|
||||||
echo $ABC
|
dos2unix vars.sh
|
||||||
echo $PATH
|
cat vars.sh
|
||||||
cl.exe
|
#echo $ABC
|
||||||
MSBuild.exe
|
#echo $PATH
|
||||||
|
#cl.exe
|
||||||
|
#MSBuild.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user