diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-03 23:52:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 23:52:45 +0200 |
| commit | e123d0024da473808263371e32cf23f0c29c726e (patch) | |
| tree | 4892be264d82a8864fb9c0285fbd28eb62fd73ad /.github | |
| parent | 934b6c81106774d09f07804f881e6db219d15bf8 (diff) | |
| parent | ea0457da00f49fb758337e8456a3fe3965e2d2fa (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.yml | 2 |
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 |