Skip to content

Commit

Permalink
Try updating gcc version for rocky8
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Dec 13, 2024
1 parent ed788a7 commit c680f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pack-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install packages
run: |
dnf upgrade -y
yum install -y gcc-toolset-11.x86_64
dnf install -y gcc-c++ make rpm-build # we do not use ninja because it is not in the dnf repo
dnf install -y git perl # for vcpkg
# Note: We install cmake from kitware's site to have a more recent version
Expand Down

0 comments on commit c680f9d

Please sign in to comment.