fix some ci
This commit is contained in:
parent
4f3f65cb31
commit
a13979b5ca
9 changed files with 3 additions and 0 deletions
3
.github/workflows/githubci.yml
vendored
3
.github/workflows/githubci.yml
vendored
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
|
||||
- name: pre-install
|
||||
run: bash ci/actions_install.sh
|
||||
|
||||
- name: install example dependency
|
||||
run: arduino-cli lib install 'SD"
|
||||
|
||||
- name: test platforms
|
||||
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue