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
|
||||
with:
|
||||
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
|
||||
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
||||
restore-keys: ${{ runner.os }}-rubygems-
|
||||
key: ${{ matrix.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
|
||||
restore-keys: ${{ matrix.os }}-rubygems-
|
||||
|
||||
- run: brew test-bot --only-cleanup-before
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user