Skip to content

Commit

Permalink
dnf update
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent 23efcf2 commit b1c787d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Install dependencies
run: |
dnf update
dnf install git ninja-build SDL2-devel
- uses: actions/checkout@v4
Expand Down Expand Up @@ -149,6 +150,7 @@ jobs:

- name: Install dependencies
run: |
dnf update
dnf install git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
Expand Down Expand Up @@ -195,6 +197,7 @@ jobs:

- name: Install dependencies
run: |
dnf update
dnf install git ninja-build
- uses: actions/checkout@v4
Expand Down Expand Up @@ -281,6 +284,7 @@ jobs:

- name: Install dependencies
run: |
dnf update
dnf install git ninja-build mingw32-gcc-c++ mingw64-gcc-c++
- uses: actions/checkout@v4
Expand Down

0 comments on commit b1c787d

Please sign in to comment.