Skip to content

Commit e3e7dea

Browse files
committed
workflow: trying manual clang version
1 parent e80ffc2 commit e3e7dea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Set up Clang
18+
uses: egor-tensin/setup-clang@v1
19+
with:
20+
version: 17.0.6
21+
platform: x64
22+
1723
- name: Cache cargo-msfs
1824
uses: actions/cache@v4
1925
with:

0 commit comments

Comments
 (0)