aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-04-28 14:24:29 +0200
committerGitHub <noreply@github.com>2021-04-28 14:24:29 +0200
commit9a8eaddc66b186ea6227cafab026afdb32b841cb (patch)
tree3638223ced4fa10566e77bf6093650bed9dd898a
parentbd4e3b3990593d10def18984101ae68f275eefea (diff)
Update ci.yml
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b5c928b..fe6e2dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
- name: Download LLVM and setup PATH
run: |
brew install llvm@11
- echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
+ echo "/usr/local/opt/llvm@11/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- name: Download Odin