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 153baf3 commit 7d989beCopy full SHA for 7d989be
.github/workflows/posix.yml
@@ -99,9 +99,9 @@ jobs:
99
brew reinstall gcc
100
brew install coreutils
101
brew install llvm
102
- ls /usr/local/Cellar/llvm
103
- echo "/usr/local/opt/llvm/bin" >>$GITHUB_PATH
104
- echo "CC=/usr/local/opt/llvm/bin/clang" >> $GITHUB_ENV;
+ ls /usr/local/Cellar/gcc
+ echo "/usr/local/Cellar/gcc/14.2.0_1/bin" >>$GITHUB_PATH
+ echo "CC=/usr/local/Cellar/gcc/14.2.0_1/bin/gcc-14" >> $GITHUB_ENV;
105
echo "RANLIB=/usr/bin/ranlib" >> $GITHUB_ENV;
106
107
0 commit comments