Update build.yml
This commit is contained in:
parent
85dea9be3a
commit
a117053cf3
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -32,7 +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
|
||||||
echo "ABC=123" >> $env:GITHUB_ENV
|
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,7 +41,6 @@ jobs:
|
|||||||
- name: Build FFmpeg
|
- name: Build FFmpeg
|
||||||
shell: wsl-bash {0}
|
shell: wsl-bash {0}
|
||||||
run: |
|
run: |
|
||||||
./vars.sh
|
|
||||||
echo $ABC
|
echo $ABC
|
||||||
echo $PATH
|
echo $PATH
|
||||||
cl.exe
|
cl.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user