diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index fe22fb7..80dcfa0 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97d02b6..0501598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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