From 0ce499ba9c0009cf869576af63ec583d1b9e55d2 Mon Sep 17 00:00:00 2001 From: Emeka Nkurumeh Date: Thu, 22 Jul 2021 22:06:35 -0500 Subject: [PATCH] update brew command for ci --- .github/workflows/textmate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/textmate.yaml b/.github/workflows/textmate.yaml index 98a845e..ceeef59 100644 --- a/.github/workflows/textmate.yaml +++ b/.github/workflows/textmate.yaml @@ -6,7 +6,7 @@ jobs: steps: - name: Install dependencies run: | - brew cask install textmate + brew install --cask textmate brew install coreutils zig - name: Textmate load success run: |