Skip to content

Commit

Permalink
Test devtoolset-11
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Apr 23, 2024
1 parent 5049da6 commit 05b33ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: matrix.os == 'linux'
run: |
yum update -y
yum install -y devtoolset-12
yum install -y devtoolset-11
echo "CMAKE_C_COMPILER=/opt/rh/devtoolset-11/root/usr/bin/gcc" | tee -a $GITHUB_ENV
echo "CMAKE_CXX_COMPILER=/opt/rh/devtoolset-11/root/usr/bin/g++" | tee -a $GITHUB_ENV
echo "LD_LIBRARY_PATH=/opt/rh/devtoolset-11/root/usr/lib64:\
Expand Down

0 comments on commit 05b33ae

Please sign in to comment.