From 42e7d728c04a0902c724126fd945c40c2c3be739 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 7 Nov 2022 15:45:35 +1100 Subject: [PATCH] Don't install things that are already present --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6927ae91607..09614f357141 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,6 @@ jobs: include: - toolchain: wasm32-unknown-unknown args: "--features wasm-bindgen" - env: - CC: clang-11 - defaults: - run: - shell: bash steps: - name: Install Protoc uses: arduino/setup-protoc@v1 @@ -63,13 +58,6 @@ jobs: target: ${{ matrix.toolchain }} override: true - - name: Install a recent version of clang - run: | - sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" - - - name: Install CMake - run: sudo apt-get install -y cmake - - uses: Swatinem/rust-cache@22c9328bcba27aa81a32b1bef27c7e3c78052531 # v2.0.1 with: key: ${{ matrix.toolchain }}