Skip to content

Commit

Permalink
Use toolset 11 for OL8
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Sep 3, 2024
1 parent 830b9af commit ff262f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Install System
run: |
dnf install -y epel-release git wget rpm-build redhat-lsb-core
dnf install -y unzip libuuid-devel gcc-toolset-10-toolchain python3-devel zlib-devel
dnf install -y unzip libuuid-devel gcc-toolset-11-toolchain python3-devel zlib-devel
#make gcc &co available system wide and "action wide"
source /opt/rh/gcc-toolset-10/enable
source /opt/rh/gcc-toolset-11/enable
echo $PATH >> $GITHUB_PATH
- run: |
Expand Down

0 comments on commit ff262f2

Please sign in to comment.