From 67d0213c2760da9f4eff9440b274649c7e7e6fda Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 20 Mar 2022 10:47:14 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38f6856..506c422 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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