We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d62e7 commit 13e7feaCopy full SHA for 13e7fea
1 file changed
.github/actions/setup-env/action.yml
@@ -53,9 +53,9 @@ runs:
53
uses: actions/cache@v4
54
with:
55
path: |
56
- ~/opt/homebrew/Cellar/mono
57
- ~/opt/homebrew/Cellar/pkgconf
58
- ~/opt/homebrew/Cellar/python-setuptools
+ $(brew --prefix)/Cellar/mono
+ $(brew --prefix)/Cellar/pkgconf
+ $(brew --prefix)/Cellar/python-setuptools
59
# key: brew-${{ inputs.os }}-${{ hashFiles('./Brewfile') }}
60
key: brew-${{ inputs.os }}
61
0 commit comments