Skip to content

Commit 1b515b3

Browse files
committed
testing CI changes
1 parent d0fc377 commit 1b515b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ runs:
6666
name: Add missing packages for macOS NodeJs 16
6767
run: |
6868
brew install python-setuptools --overwrite
69+
pip install --upgrade --force-reinstall setuptools
6970
7071
- name: Setup Mono
7172
if: runner.os == 'macOS'
@@ -80,7 +81,8 @@ runs:
8081
uses: actions/cache@v4
8182
with:
8283
path: |
83-
$(brew --prefix)/Cellar
84+
~/Library/Caches/Homebrew
85+
~/opt/homebrew/Cellar
8486
key: ${{ inputs.os }}-brew-${{ hashFiles('./Brewfile') }}
8587

8688
- name: Setup Mono

0 commit comments

Comments
 (0)