Skip to content

Commit 18e3b1d

Browse files
committed
try to install without custom repository
1 parent ce86920 commit 18e3b1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/actions/install-clang/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ inputs:
88
runs:
99
using: composite
1010
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
1611
- name: Install Clang
1712
shell: bash
1813
run: |

0 commit comments

Comments
 (0)