Skip to content

Commit

Permalink
Convenient GCC symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Aug 29, 2023
1 parent c8fac39 commit 12021e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gamma_f77.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ jobs:
- name: macos-native
run: |
echo ""
echo Add the brew-installed-gcc@12 path
echo Add brew-installed-g++ path and sym-link
PATH="/usr/local/Cellar/gcc/13.1.0/bin:$PATH"
cd /usr/local/Cellar/gcc/13.1.0/bin
ls -la g++*
ln -s /usr/local/Cellar/gcc/13.1.0/bin/g++-13 g++
echo ""
echo Query the g++ version
${{ matrix.compiler }} -v
Expand Down

0 comments on commit 12021e6

Please sign in to comment.