Skip to content

Commit

Permalink
install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent 315f98a commit 652f403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 ninja-build SDL2
dnf --enablerepo=powertools install -y git cmake ninja-build SDL2
- 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 ninja-build SDL2 mingw32-gcc-c++ mingw64-gcc-c++
dnf --enablerepo=powertools install -y git cmake ninja-build SDL2 mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf install -y git ninja-build
dnf --enablerepo=powertools install -y git cmake ninja-build
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf install -y git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
dnf --enablerepo=powertools install -y git cmake ninja-build mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 652f403

Please sign in to comment.