Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Add SDL2 dependency
  • Loading branch information
HorstBaerbel authored Jun 24, 2023
1 parent 0dd2251 commit 11fe176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libmagick++-dev libomp-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
packages: libmagick++-dev libomp-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libsdl2-dev
version: 1.0

- name: Configure CMake
Expand Down

0 comments on commit 11fe176

Please sign in to comment.