Skip to content

Commit

Permalink
use SDL2-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent e0d7417 commit f232ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf --enablerepo=powertools install -y git xz cmake ninja-build gcc-c++ SDL2
dnf --enablerepo=powertools install -y git xz cmake ninja-build gcc-c++ SDL2-devel
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf --enablerepo=powertools install -y git xz cmake ninja-build SDL2 mingw32-gcc-c++ mingw64-gcc-c++
dnf --enablerepo=powertools install -y git xz cmake ninja-build mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f232ac2

Please sign in to comment.