Skip to content

Commit 3210d65

Browse files
committed
brew cask install -> brew install --cask
1 parent 3f2f7ee commit 3210d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt-get install -y xvfb herbstluftwm
4646
elif [ "${{ matrix.os }}" = "macos-latest" ]; then
4747
brew install coreutils
48-
brew cask install xquartz
48+
brew install --cask xquartz
4949
fi
5050
5151
- name: Set up Python

0 commit comments

Comments
 (0)