Skip to content

Commit 905fe19

Browse files
committed
updated mac.yaml
1 parent ddb2c86 commit 905fe19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3838
restore-keys: |
3939
${{ runner.os }}-pip-
40+
- name: brew update
41+
run: which brew && brew update || :
4042
- name: build
4143
run: make
4244
- name: test

0 commit comments

Comments
 (0)