Skip to content

Commit

Permalink
CI: Use crb to enable powertools
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Oct 18, 2024
1 parent c77dae6 commit b9e35b2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf --enablerepo=powertools install -y chrpath cmake gcc-c++ git ninja-build
crb enable
dnf install -y chrpath cmake gcc-c++ git ninja-build
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -70,7 +71,8 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf --enablerepo=powertools install -y git cmake ninja-build mingw32-gcc mingw64-gcc
crb enable
dnf install -y git cmake ninja-build mingw32-gcc mingw64-gcc
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -226,7 +228,8 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf --enablerepo=powertools install -y chrpath cmake gcc git ninja-build
crb enable
dnf install -y chrpath cmake gcc git ninja-build
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -276,7 +279,8 @@ jobs:
run: |
dnf update -y
dnf install -y epel-release
dnf --enablerepo=powertools install -y git cmake ninja-build mingw32-gcc mingw64-gcc xz
crb enable
dnf install -y git cmake ninja-build mingw32-gcc mingw64-gcc xz
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b9e35b2

Please sign in to comment.