Skip to content

Commit 7d989be

Browse files
committed
use gcc not clang
1 parent 153baf3 commit 7d989be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/posix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
brew reinstall gcc
100100
brew install coreutils
101101
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;
102+
ls /usr/local/Cellar/gcc
103+
echo "/usr/local/Cellar/gcc/14.2.0_1/bin" >>$GITHUB_PATH
104+
echo "CC=/usr/local/Cellar/gcc/14.2.0_1/bin/gcc-14" >> $GITHUB_ENV;
105105
echo "RANLIB=/usr/bin/ranlib" >> $GITHUB_ENV;
106106
107107

0 commit comments

Comments
 (0)