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 d0fc377 commit 1b515b3Copy full SHA for 1b515b3
1 file changed
.github/actions/setup-env/action.yml
@@ -66,6 +66,7 @@ runs:
66
name: Add missing packages for macOS NodeJs 16
67
run: |
68
brew install python-setuptools --overwrite
69
+ pip install --upgrade --force-reinstall setuptools
70
71
- name: Setup Mono
72
if: runner.os == 'macOS'
@@ -80,7 +81,8 @@ runs:
80
81
uses: actions/cache@v4
82
with:
83
path: |
- $(brew --prefix)/Cellar
84
+ ~/Library/Caches/Homebrew
85
+ ~/opt/homebrew/Cellar
86
key: ${{ inputs.os }}-brew-${{ hashFiles('./Brewfile') }}
87
88
0 commit comments