Skip to content

Commit

Permalink
Fix CMAKE 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Sep 27, 2024
1 parent b508cfa commit 91c4765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git -b ${{ env.REF }} .
- name: Install gcc 10
- name: Install gcc 11
run: |
yum install -y centos-release-scl
yum install -y devtoolset-11-gcc*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-cmake-328/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Build cmake
shell: bash
run: |
source /opt/rh/devtoolset-10/enable
source /opt/rh/devtoolset-11/enable
yum -y install openssl-devel
wget https://github.com/Kitware/CMake/releases/download/v3.28.2/cmake-3.28.2.tar.gz
tar -xvf cmake-3.28.2.tar.gz
Expand Down

0 comments on commit 91c4765

Please sign in to comment.