Skip to content

Commit

Permalink
source devtoolset9
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 10, 2023
1 parent 9193912 commit c36d2b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:

- name: Configure
run: |
source /opt/rh/devtoolset-9/enable
export LD_LIBRARY_PATH=/usr/lib64/openmpi/lib:$LD_LIBRARY_PATH
export PATH=/usr/lib64/openmpi/bin:$PATH
cmake -B _build -S . \
Expand All @@ -110,6 +111,7 @@ jobs:
- name: Build
run: |
source /opt/rh/devtoolset-9/enable
export LD_LIBRARY_PATH=/usr/lib64/openmpi/lib:$LD_LIBRARY_PATH
export PATH=/usr/lib64/openmpi/bin:$PATH
cmake --build _build --config Release -j2 --target install
Expand Down

0 comments on commit c36d2b8

Please sign in to comment.