We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1ed1 commit ff84d70Copy full SHA for ff84d70
.github/workflows/CI.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install GFortran macOS
56
if: contains( matrix.os, 'macos')
57
- run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || true
+ run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || brew link gcc@${GCC_V} || true
58
59
- name: Configure with CMake
60
run: cmake -Wdev -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAXIMUM_RANK=4 -S . -B build
0 commit comments