aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-05-03 23:52:45 +0200
committerGitHub <noreply@github.com>2021-05-03 23:52:45 +0200
commite123d0024da473808263371e32cf23f0c29c726e (patch)
tree4892be264d82a8864fb9c0285fbd28eb62fd73ad /.github
parent934b6c81106774d09f07804f881e6db219d15bf8 (diff)
parentea0457da00f49fb758337e8456a3fe3965e2d2fa (diff)
Merge pull request #35 from DanielGavin/new-symbols
Refractor symbols to support correct procedure overloading.
Diffstat (limited to '.github')
-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