Skip to content

Commit

Permalink
Fix OL8
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Feb 26, 2024
1 parent 9054872 commit ccffa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-gtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- id: build-gtest
shell: bash
run: |
source /opt/rh/devtoolset-10/enable || source /opt/rh/devtoolset-10/enable || true
source /opt/rh/devtoolset-10/enable || source /opt/rh/gcc-toolset-10/enable || true
git clone -b v1.14.0 https://github.com/google/googletest.git
cd googletest
cmake3 -G"Unix Makefiles"
Expand Down

0 comments on commit ccffa8f

Please sign in to comment.