Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93ste authored Dec 30, 2024
1 parent 87a81f2 commit a56dc80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Build ITK
run: |
# export CC=/opt/rh/devtoolset-8/root/usr/bin/gcc
# export CXX=/opt/rh/devtoolset-8/root/usr/bin/g++
export CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
export CXX=/opt/rh/devtoolset-10/root/usr/bin/g++
mkdir ITK-build
cd ITK-build
Expand All @@ -57,8 +57,8 @@ jobs:
- name: Build samseg and run tests
run: |
# export CC=/opt/rh/devtoolset-8/root/usr/bin/gcc
# export CXX=/opt/rh/devtoolset-8/root/usr/bin/g++
export CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
export CXX=/opt/rh/devtoolset-10/root/usr/bin/g++
.github/workflows/linux_build.sh /opt/python/cp38-cp38/bin/python
.github/workflows/linux_build.sh /opt/python/cp39-cp39/bin/python
Expand Down

0 comments on commit a56dc80

Please sign in to comment.