Skip to content

Commit 69cb3b7

Browse files
authored
chore(ci): Fix brew cask install (#904)
1 parent 13962ba commit 69cb3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: brew update
2727
- name: Install Chrome (macOS)
2828
if: matrix.os == 'macOS-latest' && matrix.browser == 'ChromeHeadless'
29-
run: brew cask install google-chrome
29+
run: brew install --cask google-chrome
3030
- name: Install Firefox (macOS)
3131
if: matrix.os == 'macOS-latest' && matrix.browser == 'FirefoxHeadless'
32-
run: brew cask install firefox
32+
run: brew install --cask firefox
3333
- name: Install Dependencies
3434
run: yarn bootstrap
3535
- name: Run Tests

0 commit comments

Comments
 (0)