diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-04-17 00:52:06 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-04-17 00:52:06 +0200 |
| commit | e88817be4246b860a9d98404cc70db12e2c90673 (patch) | |
| tree | 251268a506ab1edc288f41c83deacf61c4bacd09 /.github | |
| parent | 238bca67bf86aa87aca539926b80320ef8242289 (diff) | |
Forgot nightly
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c659e0b..2237b58 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,8 +44,8 @@ jobs: - uses: actions/checkout@v1 - name: Download LLVM and setup PATH run: | - brew install llvm@14 - echo "/usr/local/opt/llvm@14/bin" >> $GITHUB_PATH + brew install llvm@17 + echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH TMP_PATH=$(xcrun --show-sdk-path)/user/include echo "CPATH=$TMP_PATH" >> $GITHUB_ENV - name: Download Odin |