Skip to content

Commit

Permalink
llvm18
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 18, 2024
1 parent f3bef31 commit ae09c28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: update llvm
if: matrix.os == 'macos'
run: |
brew install llvm@18
brew link --overwrite llvm@18
echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV
- name: Build msquic
run: ./scripts/msquic.sh
- name: Compress build output
Expand Down

0 comments on commit ae09c28

Please sign in to comment.