Skip to content

Commit

Permalink
[CI] use rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 1, 2021
1 parent 0ecd0d3 commit 9fc1015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: Swatinem/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand All @@ -32,6 +33,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: Swatinem/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit 9fc1015

Please sign in to comment.