From 652f403645c5a131373e06daa78f21c7e9b7a6c2 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 17 Oct 2024 14:20:25 -0700 Subject: [PATCH] install cmake --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 057941dc8..77203e087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: | dnf update -y dnf install -y epel-release - dnf --enablerepo=powertools install -y git ninja-build SDL2 + dnf --enablerepo=powertools install -y git cmake ninja-build SDL2 - uses: actions/checkout@v4 with: @@ -153,7 +153,7 @@ jobs: run: | dnf update -y dnf install -y epel-release - dnf --enablerepo=powertools install -y git ninja-build SDL2 mingw32-gcc-c++ mingw64-gcc-c++ + dnf --enablerepo=powertools install -y git cmake ninja-build SDL2 mingw32-gcc-c++ mingw64-gcc-c++ - uses: actions/checkout@v4 with: @@ -201,7 +201,7 @@ jobs: run: | dnf update -y dnf install -y epel-release - dnf install -y git ninja-build + dnf --enablerepo=powertools install -y git cmake ninja-build - uses: actions/checkout@v4 with: @@ -289,7 +289,7 @@ jobs: run: | dnf update -y dnf install -y epel-release - dnf install -y git ninja-build mingw32-gcc-c++ mingw64-gcc-c++ + dnf --enablerepo=powertools install -y git cmake ninja-build mingw32-gcc-c++ mingw64-gcc-c++ - uses: actions/checkout@v4 with: