Skip to content

Commit

Permalink
Added sdl2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jul 5, 2024
1 parent 03b9947 commit d0d1853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_pull_request_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: |
sudo apt install -y libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev libchromaprint-dev
sudo apt install -y libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev
sudo apt install -y libchromaprint-dev
sudo apt install -y libsdl2-dev
make container-test

0 comments on commit d0d1853

Please sign in to comment.