File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ jobs:
39
39
- name : macos setup
40
40
if : ${{ matrix.os == 'macos-latest' }}
41
41
run : |
42
- usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
42
+ / usr/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
43
43
brew install arduino --cask
44
44
- name : preinstall
45
45
run : |
46
- npm install -g node-gyp
47
- npm install -g vsce
48
- npm install -g gulp
49
- npm install -g typescript
46
+ npm install -g node-gyp
47
+ npm install -g vsce
48
+ npm install -g gulp
49
+ npm install -g typescript
50
50
- name : install
51
51
run : npm install
52
52
- name : scripts
53
53
run : |
54
- gulp tslint
55
- gulp genAikey
56
- vsce package
54
+ gulp tslint
55
+ gulp genAikey
56
+ vsce package
57
57
- name : run tests
58
58
if : ${{ matrix.os == 'ubuntu-latest' }} || ${{ matrix.os == 'macos-latest' }}
59
59
uses : GabrielBB/xvfb-action@v1
You can’t perform that action at this time.
0 commit comments