Skip to content

Commit

Permalink
🔨 [CI] Fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 5, 2025
1 parent 6477cbe commit 6fad248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
sudo apt-get update -y
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 openssl
run: brew install ffmpeg

- name: ccache
uses: hendrikmuhs/ccache-action@main
Expand Down

0 comments on commit 6fad248

Please sign in to comment.