Skip to content

Commit

Permalink
Add 'rust-cache' to all CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Nov 18, 2023
1 parent e723361 commit f68333b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- uses: Swatinem/rust-cache@v2

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

Expand All @@ -35,6 +37,8 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- uses: Swatinem/rust-cache@v2

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

Expand Down

0 comments on commit f68333b

Please sign in to comment.