Skip to content

Commit

Permalink
[ghactions] Remove symlinks to gcc compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Sep 30, 2024
1 parent 9cb07d0 commit e94687d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
include:
- {os: ubuntu-24.04, cc: gcc, cxx: g++}
- {os: ubuntu-24.04, cc: clang, cxx: clang++}
- {os: macos-14, cc: gcc, cxx: g++}
- {os: macos-14, cc: gcc-14, cxx: g++-14}
- {os: macos-14, cc: clang, cxx: clang++}

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -85,8 +85,6 @@ jobs:
run: |
brew update
brew install ccache gcc llvm boost fftw hdf5 open-mpi openblas
ln -s $(brew --prefix gcc)/bin/g++-* $(brew --prefix gcc)/bin/g++
ln -s $(brew --prefix gcc)/bin/gcc-* $(brew --prefix gcc)/bin/gcc
mkdir $HOME/.venv
python3 -m venv $HOME/.venv/my_python
source $HOME/.venv/my_python/bin/activate
Expand Down

0 comments on commit e94687d

Please sign in to comment.