Skip to content

Commit 836054f

Browse files
committed
CI: Don't try to install brew on Linux
1 parent e980aa1 commit 836054f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
key: mint_deps
2727
path: ~/mint
2828
- uses: actions/checkout@v2
29-
- name: Install Dependencies
29+
- name: Install Mac Dependencies
30+
if: ${{ matrix.os == 'macos-latest' }}
3031
env:
3132
MINT_PATH: '~/mint'
3233
run: |

0 commit comments

Comments
 (0)