We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cc5f1 commit ca47516Copy full SHA for ca47516
.github/workflows/build.yml
@@ -65,14 +65,14 @@ jobs:
65
if: ${{ matrix.os == 'macos-latest' }}
66
run: |
67
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
68
- brew install arduino --cask
+ brew install arduino-cli
69
70
# Windows agents already have gulp installed.
71
- name: Install gulp
72
if: ${{ matrix.os != 'windows-latest' }}
73
run: npm install --global gulp
74
- name: Install global dependencies
75
- run: npm install --global node-gyp vsce
+ run: npm install --global node-gyp @vscode/vsce
76
- name: Install project dependencies
77
run: npm install
78
0 commit comments