Adapt actions to new devtool syntax

pull/51/head
Andre Richter 4 years ago
parent 56f990cbf9
commit 7b48c3885a
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -41,4 +41,4 @@ jobs:
bundle install --retry 3 --without uart
- name: Make
run: |
bundle exec ruby utils/devtool.rb make rpi3
BSP=rpi3 bundle exec ruby utils/devtool.rb make

@ -41,4 +41,4 @@ jobs:
bundle install --retry 3 --without uart
- name: Make
run: |
bundle exec ruby utils/devtool.rb make rpi4
BSP=rpi4 bundle exec ruby utils/devtool.rb make

Loading…
Cancel
Save