Skip to content

Commit

Permalink
🔨 [CI] Install FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 5, 2024
1 parent a63ed7b commit d566cb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev mesa-common-dev build-essential libgtk-3-dev
sudo apt-get install -y libssl-dev
sudo apt-get install -y libpulse-dev libasound2-dev
sudo apt-get install -y libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev
- name: Install MacOS dependencies
if: runner.os == 'MacOS'
run: brew install ffmpeg

- name: ccache
uses: hendrikmuhs/ccache-action@main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev mesa-common-dev build-essential libgtk-3-dev
sudo apt-get install -y libssl-dev
sudo apt-get install -y libpulse-dev libasound2-dev
sudo apt-get install -y libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev
- name: Install MacOS dependencies
if: runner.os == 'MacOS'
run: brew install ffmpeg

- name: ccache
uses: hendrikmuhs/ccache-action@main
Expand Down
2 changes: 1 addition & 1 deletion Cool

0 comments on commit d566cb3

Please sign in to comment.