Skip to content

Commit

Permalink
🔧 add workflow cache shared keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Mar 29, 2023
1 parent 408753c commit c25da03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
toolchain: stable
- name: ♻️ cache Rust dependencies
uses: Swatinem/rust-cache@v2
with:
shared-key: ubuntu-latest
- name: 🔍 run cargo clippy
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
toolchain: stable
- name: ♻️ cache Rust dependencies
uses: Swatinem/rust-cache@v2
with:
shared-key: ubuntu-latest
- name: 🔖 create GitHub release
uses: softprops/action-gh-release@v1
- name: 🦀 publish to crates.io
Expand Down

0 comments on commit c25da03

Please sign in to comment.