Skip to content

Commit 13e7fea

Browse files
committed
testing CI changes
1 parent 93d62e7 commit 13e7fea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-env/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ runs:
5353
uses: actions/cache@v4
5454
with:
5555
path: |
56-
~/opt/homebrew/Cellar/mono
57-
~/opt/homebrew/Cellar/pkgconf
58-
~/opt/homebrew/Cellar/python-setuptools
56+
$(brew --prefix)/Cellar/mono
57+
$(brew --prefix)/Cellar/pkgconf
58+
$(brew --prefix)/Cellar/python-setuptools
5959
# key: brew-${{ inputs.os }}-${{ hashFiles('./Brewfile') }}
6060
key: brew-${{ inputs.os }}
6161

0 commit comments

Comments
 (0)