From f92671f85d281062a3a02be21aaa1eeba48a528a Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 25 Mar 2022 14:28:07 +0100 Subject: [PATCH] Update ffmpeg-static.yml --- .github/workflows/ffmpeg-static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ffmpeg-static.yml b/.github/workflows/ffmpeg-static.yml index ff55927..9772877 100644 --- a/.github/workflows/ffmpeg-static.yml +++ b/.github/workflows/ffmpeg-static.yml @@ -79,6 +79,7 @@ jobs: - name: Build Vorbis shell: cmd run: | + dir /s build call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat" D:\a\_temp\setup-msys2\msys2.cmd -c 'cd vorbis ; autoreconf -i ; CC=cl.exe CXX=cl.exe CXXFLAGS=${{ env.cFlags }} ./configure --prefix=$(realpath ../build) --disable-shared ; make -j ; make install ; sed -i '/^Libs\.private.*/d' ../build/lib/pkgconfig/vorbis.pc'