From 2cb3d94a3b4371c95add6d7d7b370fc1fcd909b4 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Thu, 28 Jan 2021 11:22:23 +0000 Subject: [PATCH] brew cask install -> brew install --cask --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ff7f0..12948e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: sudo apt-get install -y xvfb herbstluftwm elif [ "${{ matrix.os }}" = "macos-latest" ]; then brew install coreutils - brew cask install xquartz + brew install --cask xquartz fi - name: Set up Python -- GitLab