Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit bfcc536

Browse files
committed
fix brew install
1 parent 53cc8a9 commit bfcc536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ matrix.os == 'macos-latest' }}
4040
run: |
4141
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
42-
brew cask install arduino
42+
brew install arduino --cask
4343
- run: |
4444
npm install -g node-gyp
4545
npm install -g vsce

0 commit comments

Comments
 (0)