We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce86920 commit 18e3b1dCopy full SHA for 18e3b1d
.github/actions/install-clang/action.yml
@@ -8,11 +8,6 @@ inputs:
8
runs:
9
using: composite
10
steps:
11
- - name: Add LLVM apt repository
12
- shell: bash
13
- run: |
14
- sudo wget -qO /etc/apt/trusted.gpg.d/apt.llvm.org.asc https://apt.llvm.org/llvm-snapshot.gpg.key
15
- echo "deb http://apt.llvm.org/$(lsb_release -sc)/ llvm-toolchain-$(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/apt.llvm.org.list
16
- name: Install Clang
17
shell: bash
18
run: |
0 commit comments