Skip to content

Commit

Permalink
apply cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Feb 6, 2023
1 parent 9d18494 commit 0dc6515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cruby-build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
bundler-cache: false
cargo-cache: true
cargo-vendor: true
cache-version: v1-${{ matrix.platform }}

- uses: oxidize-rb/cross-gem-action@main
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generic-build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
bundler-cache: false
cargo-cache: true
cargo-vendor: true
cache-version: v1-x86_64-linux

- uses: oxidize-rb/cross-gem-action@main
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
bundler-cache: false
cargo-cache: true
cargo-vendor: true
cache-version: v1-${{ matrix.platform }}

- uses: oxidize-rb/cross-gem-action@main
with:
Expand Down

0 comments on commit 0dc6515

Please sign in to comment.