Skip to content

Commit

Permalink
enable powertools
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent 92e5fba commit 315f98a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf builddep -y SDL2
dnf install -y git ninja-build
dnf --enablerepo=powertools install -y git ninja-build SDL2
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -154,8 +153,7 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf builddep -y SDL2
dnf install -y git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
dnf --enablerepo=powertools install -y git ninja-build SDL2 mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -203,7 +201,6 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf builddep -y SDL2
dnf install -y git ninja-build
- uses: actions/checkout@v4
Expand Down Expand Up @@ -292,7 +289,6 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf builddep -y SDL2
dnf install -y git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
Expand Down

0 comments on commit 315f98a

Please sign in to comment.