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 7, 2023
1 parent 9d18494 commit a6161ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 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 All @@ -49,7 +50,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: "cruby-${{matrix.platform}}-gem"
name: "cruby-v1-${{matrix.platform}}-gem"
path: gems
retention-days: 1

Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: cruby-aarch64-linux-gem
name: cruby-v1-aarch64-linux-gem
path: gems

- run: |
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 a6161ca

Please sign in to comment.