Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Aug 9, 2024
1 parent 7e01b6b commit e24a7f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
with:
toolchain: stable

- uses: Swatinem/rust-cache@v1
- run: |
rustup target add wasm32-unknown-unknown
rustup component add rust-src
# - uses: Swatinem/rust-cache@v1
# - run: |
# rustup target add wasm32-unknown-unknown
# rustup component add rust-src

- name: Install protoc
run: |
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build all binaries
run: |
cargo update async-channel@2.3.0 --precise 2.3.1
cargo update async-channel@1.9.0 --precise 2.3.1
cargo build --release --bins
- name: Aura Integration tests
Expand Down

0 comments on commit e24a7f1

Please sign in to comment.