File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
gem install bundler
36
36
bundle config set without 'uart'
37
37
bundle install --retry 3
38
- - name : Make
38
+ - name : Run
39
39
run : |
40
40
BSP=rpi3 bundle exec ruby utils/devtool.rb make
Original file line number Diff line number Diff line change 35
35
gem install bundler
36
36
bundle config set without 'uart'
37
37
bundle install --retry 3
38
- - name : Make
38
+ - name : Run
39
39
run : |
40
40
BSP=rpi4 bundle exec ruby utils/devtool.rb make
Original file line number Diff line number Diff line change 18
18
- name : Set up Node
19
19
uses : actions/setup-node@v1
20
20
with :
21
- node-version : " 12 "
21
+ node-version : " 16 "
22
22
- name : Set up Ruby
23
23
uses : ruby/setup-ruby@v1
24
24
- name : Set up Rust nightly
Original file line number Diff line number Diff line change 35
35
gem install bundler
36
36
bundle config set without 'uart'
37
37
bundle install --retry 3
38
- - name : Make all
38
+ - name : Run
39
39
run : |
40
40
bundle exec ruby utils/devtool.rb test_integration
Original file line number Diff line number Diff line change 35
35
gem install bundler
36
36
bundle config set without 'uart'
37
37
bundle install --retry 3
38
- - name : Make all
38
+ - name : Run
39
39
run : |
40
40
bundle exec ruby utils/devtool.rb test_boot
41
41
bundle exec ruby utils/devtool.rb test_unit
Original file line number Diff line number Diff line change 35
35
gem install bundler
36
36
bundle config set without 'uart'
37
37
bundle install --retry 3
38
- - name : Make all
38
+ - name : Run
39
39
run : |
40
40
bundle exec ruby utils/devtool.rb make_xtra
You can’t perform that action at this time.
0 commit comments