Skip to content

Commit

Permalink
yes, we do want to update
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent b1c787d commit ad9ea0a
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 @@ -18,7 +18,7 @@ jobs:

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

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

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

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

0 comments on commit ad9ea0a

Please sign in to comment.