Skip to content

Commit 56b8eea

Browse files
ci: No need to add the llvm repository for wasm
Adding it fails with "The repository'http://apt.llvm.org/focal llvm-toolchain-focal Release' does not have a Release file.", and for some reason it's not needed anymore.
1 parent cb626e9 commit 56b8eea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
uses: actions/checkout@v2
7272
# Install a recent version of clang that supports wasm32
7373
- run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - || exit 1
74-
- run: sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main" || exit 1
7574
- run: sudo apt-get update || exit 1
7675
- run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1
7776
- name: Install Rust toolchain

0 commit comments

Comments
 (0)