Skip to content

Commit

Permalink
Forgot nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGavin committed Apr 16, 2024
1 parent 238bca6 commit e88817b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e88817b

Please sign in to comment.