Skip to content

Commit

Permalink
Don't install things that are already present
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 7, 2022
1 parent dbfeb14 commit 42e7d72
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 42e7d72

Please sign in to comment.