Skip to content

Commit aab30cb

Browse files
committed
fix path for macos-13
1 parent e950f5e commit aab30cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/posix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
brew reinstall gcc
100100
brew install coreutils
101101
brew install llvm
102-
echo "CC=/opt/homebrew/opt/llvm/bin/clang" >> $GITHUB_ENV;
102+
ls /usr/local/opt/llvm/bin
103+
echo "/usr/local/opt/llvm/bin" >>$GITHUB_PATH
104+
echo "CC=/usr/local/opt/llvm/bin/clang" >> $GITHUB_ENV;
103105
104106
- name: Print some Environment variable
105107
run: |

0 commit comments

Comments
 (0)