Update build.yml
This commit is contained in:
parent
62eedc0447
commit
67d0213c27
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -29,11 +29,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ~/build
|
path: ~/build
|
||||||
key: ${{ env.cache-name }}
|
key: ${{ env.cache-name }}
|
||||||
- name: Set git to use LF
|
- name: Set up GIT
|
||||||
run: |
|
run: |
|
||||||
git config --global core.autocrlf false
|
git config --global core.autocrlf false
|
||||||
git config --global core.eol lf
|
git config --global core.eol lf
|
||||||
- name: Checkout
|
- name: Checkout FFmpeg
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: FFmpeg/FFmpeg.git
|
repository: FFmpeg/FFmpeg.git
|
||||||
@ -47,6 +47,7 @@ jobs:
|
|||||||
shell: wsl-bash {0}
|
shell: wsl-bash {0}
|
||||||
run: |
|
run: |
|
||||||
PATH=/mnt/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64:/mnt/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:$PATH
|
PATH=/mnt/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64:/mnt/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin:$PATH
|
||||||
|
cl.exe
|
||||||
mkdir build
|
mkdir build
|
||||||
#BUILD=$(realpath build)
|
#BUILD=$(realpath build)
|
||||||
#tar zxf *.tgz -C build
|
#tar zxf *.tgz -C build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user