Skip to content

Commit

Permalink
brew cask install -> brew install --cask
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 29, 2021
1 parent 3f2f7ee commit 3210d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3210d65

Please sign in to comment.