Skip to content

Commit

Permalink
no sudo on Rocky?
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Oct 17, 2024
1 parent fc9e80f commit 23efcf2
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: |
sudo dnf install git ninja-build SDL2-devel
dnf install git ninja-build SDL2-devel
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

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

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

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

0 comments on commit 23efcf2

Please sign in to comment.