Skip to content

Commit bfea29a

Browse files
committed
workflow(fix): switch to a different clang installer
1 parent 719a7a9 commit bfea29a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Set up Clang
18-
uses: egor-tensin/setup-clang@v1
17+
- name: Install LLVM and Clang
18+
uses: KyleMayes/[email protected]
1919
with:
20-
version: 17
21-
platform: x64
20+
version: "17.0.6"
2221

2322
- name: Cache cargo-msfs
2423
uses: actions/cache@v4

0 commit comments

Comments
 (0)