Skip to content

Commit 216d398

Browse files
committed
update
1 parent e1df958 commit 216d398

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cmake-single-platform.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
1616

17-
- name: Install new clang-17
18-
run: sudo apt -y install clang-17 --install-suggests
17+
- name: Install LLVM and Clang
18+
uses: KyleMayes/install-llvm-action@v1
19+
with:
20+
version: "17.0"
1921

2022
- name: Update System
2123
run: sudo apt -y update

0 commit comments

Comments
 (0)