Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 10:47:14 +01:00 committed by GitHub
parent 62eedc0447
commit 67d0213c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,11 @@ jobs:
with:
path: ~/build
key: ${{ env.cache-name }}
- name: Set git to use LF
- name: Set up GIT
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
- name: Checkout FFmpeg
uses: actions/checkout@v3.0.0
with:
repository: FFmpeg/FFmpeg.git
@ -47,6 +47,7 @@ jobs:
shell: wsl-bash {0}
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
cl.exe
mkdir build
#BUILD=$(realpath build)
#tar zxf *.tgz -C build