From 76eeb4bef2b422ce77e231b6a267835c00b9ed66 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 18 Oct 2024 10:56:52 -0400 Subject: [PATCH] CI: Use crb to enable powertools --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 494cac29..fef720e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -214,7 +216,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: @@ -264,7 +267,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: