Skip to content

Commit 63c9837

Browse files
Update tagged-release.yml
1 parent 4a57619 commit 63c9837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tagged-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
steps:
4141
- name: ⬇️ Checkout sources
4242
uses: actions/checkout@v3
43-
- name: Install LLVM and Clang
44-
uses: KyleMayes/install-llvm-action@v2
43+
- name: Set up Clang
44+
uses: egor-tensin/setup-clang@v1
4545
with:
46-
version: "18"
46+
version: 18
4747
- name: 🏗️ Setup project files
4848
run: |
4949
sudo apt-get install ninja-build

0 commit comments

Comments
 (0)