From: Steve Myers Date: Thu, 11 Mar 2021 19:02:01 +0000 (-0800) Subject: [ci] Manually install libclang-common-10-dev to 'check-wasm' job X-Git-Tag: v0.5.0~5^2 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-debug/struct.WScriptHash.html?a=commitdiff_plain;h=9cf62ce874bf397a1121c1e8e43d80ae3f07cf6a;p=bdk [ci] Manually install libclang-common-10-dev to 'check-wasm' job --- diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 65f0b45e..920c8f48 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -129,7 +129,7 @@ jobs: - 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/xenial/ llvm-toolchain-xenial-10 main" || exit 1 - run: sudo apt-get update || exit 1 - - run: sudo apt-get install -y clang-10 libc6-dev-i386 || exit 1 + - run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1 - name: Set default toolchain run: rustup default 1.50.0 # STABLE - name: Set profile