Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2022-03-21 15:28:26 +01:00 committed by GitHub
parent b389ac1d9b
commit c77e61ae8b

View File

@ -38,7 +38,7 @@ jobs:
run: |
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
md build dist
D:\a\_temp\setup-msys2\msys2.cmd -c 'cd repo ; autoreconf -i ; CC=cl.exe CXX=cl.exe CXXFLAGS=${{ env.cFlags }} ./configure --prefix=../build --disable-shared ; make ; make install'
D:\a\_temp\setup-msys2\msys2.cmd -c 'cd repo ; autoreconf -i ; CC=cl.exe CXX=cl.exe CXXFLAGS=${{ env.cFlags }} ./configure --prefix=$(realpath ../build) --disable-shared ; make ; make install'
ffmpeg:
if: ${{ false }}