ci: try different ffmpeg cmake arg

This commit is contained in:
Ramen2X 2024-12-11 18:05:52 -05:00
parent 40b19b690c
commit a090db0dc7

View file

@ -39,13 +39,11 @@ jobs:
run: |
curl -fLOSs https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FFMPEG_DIR.zip
7z x $FFMPEG_DIR.zip
mv $FFMPEG_DIR C:/ffmpeg
echo "C:/ffmpeg" >> $GITHUB_PATH
- name: Build
shell: bash
run: |
cmake . -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake . -G Ninja -DCMAKE_BUILD_TYPE=Release -DFFMPEG_ROOT=$FFMPEG_DIR
ninja
- name: Deploy
@ -54,7 +52,7 @@ jobs:
mkdir deploy
cp app/*.exe deploy
cp lib/*.dll deploy
cp C:/ffmpeg/bin/*.dll deploy
cp $FFMPEG_DIR/bin/*.dll deploy
cd deploy
windeployqt si-edit.exe libweaver.dll