From: Daniela Brozzoni Date: Tue, 25 Jul 2023 11:15:47 +0000 (+0200) Subject: ci: No need to add the llvm repository for wasm X-Git-Tag: v1.0.0-alpha.2~31^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=56b8eea64330044fd7761cb2439d7dcca05106f2;p=bdk 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. --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index e5771dd1..d29f81c2 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -71,7 +71,6 @@ jobs: uses: actions/checkout@v2 # Install a recent version of clang that supports wasm32 - run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - || exit 1 - - run: sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main" || exit 1 - run: sudo apt-get update || exit 1 - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 - name: Install Rust toolchain