8000 updated MAC build CI and updated some outdated packages · vscode-arduino/vscode-arduino@ca47516 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca47516

Browse files
committed
updated MAC build CI and updated some outdated packages
1 parent 00cc5f1 commit ca47516

File tree

4 files changed

+442
-257
lines changed

4 files changed

+442
-257
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
if: ${{ matrix.os == 'macos-latest' }}
6666
run: |
6767
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
68-
brew install arduino --cask
68+
brew install arduino-cli
6969
7070
# Windows agents already have gulp installed.
7171
- name: Install gulp
7272
if: ${{ matrix.os != 'windows-latest' }}
7373
run: npm install --global gulp
7474
- name: Install global dependencies
75-
run: npm install --global node-gyp vsce
75+
run: npm install --global node-gyp @vscode/vsce
7676
- name: Install project dependencies
7777
run: npm install
7878

0 commit comments

Comments
 (0)
0