Skip to content

Commit

Permalink
ci: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Nov 10, 2024
1 parent bb7a38d commit 6d359bb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: cache dependencies
uses: Swatinem/rust-cache@v2

# `cargo check` command here will use installed `nightly`
# as it is set as an "override" for current directory

Expand Down Expand Up @@ -61,9 +58,6 @@ jobs:
override: true
components: rustfmt, clippy

- name: cache dependencies
uses: Swatinem/rust-cache@v2

# `cargo check` command here will use installed `nightly`
# as it is set as an "override" for current directory

Expand All @@ -85,9 +79,6 @@ jobs:
override: true
components: rustfmt, clippy

- name: cache dependencies
uses: Swatinem/rust-cache@v2

- name: Install Protoc
uses: arduino/setup-protoc@v2

Expand Down

0 comments on commit 6d359bb

Please sign in to comment.