Skip to content

Commit

Permalink
fix llvm clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
douyixuan authored Sep 15, 2024
1 parent 56286e9 commit f673043
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:
- name: Install basic packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: antlr4 openjdk-21-jdk clang
packages: antlr4 openjdk-21-jdk
version: 1.0

- name: Install llvm
uses: awalsh128/cache-apt-pkgs-action@latest
uses: FreeMasen/llvm-install-action@v1.0.0
with:
packages: llvm=18.0 lld
version: 1.0
version: 18

# - name: Install LLVM
# run: |
Expand Down

0 comments on commit f673043

Please sign in to comment.