Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent 493962d commit 92e5fba
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: |
dnf update -y
dnf install epel-release
dnf builddep SDL2
dnf install git ninja-build
dnf install -y epel-release
dnf builddep -y SDL2
dnf install -y git ninja-build
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -153,9 +153,9 @@ jobs:
- name: Install dependencies
run: |
dnf update -y
dnf install epel-release
dnf builddep SDL2
dnf install git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
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
with:
Expand Down Expand Up @@ -202,9 +202,9 @@ jobs:
- name: Install dependencies
run: |
dnf update -y
dnf install epel-release
dnf builddep SDL2
dnf install git ninja-build
dnf install -y epel-release
dnf builddep -y SDL2
dnf install -y git ninja-build
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -291,9 +291,9 @@ jobs:
- name: Install dependencies
run: |
dnf update -y
dnf install epel-release
dnf builddep SDL2
dnf install git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
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
with:
Expand Down

0 comments on commit 92e5fba

Please sign in to comment.