Skip to content

Commit 1a4a384

Browse files
authored
Merge pull request #55 from ziglang/brew-ci
fix instant ci failures
2 parents 9c6a89a + 0ce499b commit 1a4a384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/textmate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- name: Install dependencies
88
run: |
9-
brew cask install textmate
9+
brew install --cask textmate
1010
brew install coreutils zig
1111
- name: Textmate load success
1212
run: |

0 commit comments

Comments
 (0)