Skip to content

Commit f673043

Browse files
authored
fix llvm clang version
1 parent 56286e9 commit f673043

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
- name: Install basic packages
2929
uses: awalsh128/cache-apt-pkgs-action@latest
3030
with:
31-
packages: antlr4 openjdk-21-jdk clang
31+
packages: antlr4 openjdk-21-jdk
3232
version: 1.0
3333

3434
- name: Install llvm
35-
uses: awalsh128/cache-apt-pkgs-action@latest
35+
uses: FreeMasen/llvm-install-action@v1.0.0
3636
with:
37-
packages: llvm=18.0 lld
38-
version: 1.0
37+
version: 18
3938

4039
# - name: Install LLVM
4140
# run: |

0 commit comments

Comments
 (0)