dev-cmd/tap-new: update cache key
This commit is contained in:
parent
e44e645cec
commit
b24997242b
@ -95,8 +95,8 @@ module Homebrew
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
|
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
|
||||||
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
||||||
restore-keys: ${{ runner.os }}-rubygems-
|
restore-keys: ${{ matrix.os }}-rubygems-
|
||||||
|
|
||||||
- run: brew test-bot --only-cleanup-before
|
- run: brew test-bot --only-cleanup-before
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user