fix CI
This commit is contained in:
parent
739f2be25a
commit
e369e88efe
2 changed files with 2 additions and 2 deletions
2
.github/workflows/githubci.yml
vendored
2
.github/workflows/githubci.yml
vendored
|
|
@ -29,4 +29,4 @@ jobs:
|
||||||
run: bash ci/doxy_gen_and_deploy.sh
|
run: bash ci/doxy_gen_and_deploy.sh
|
||||||
|
|
||||||
- name: Test the code on supported platforms
|
- name: Test the code on supported platforms
|
||||||
run: python3 ci/build_platform.py main_platforms zero feather32u4
|
run: python3 ci/build_platform.py main_platforms
|
||||||
|
|
@ -7,4 +7,4 @@ paragraph=Library for interfacing with u-blox GPS/RTK modules.
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/adafruit/Adafruit_uBlox/
|
url=https://github.com/adafruit/Adafruit_uBlox/
|
||||||
architectures=*
|
architectures=*
|
||||||
depends=Adafruit BusIO
|
depends=Adafruit BusIO, Adafruit GPS Library
|
||||||
Loading…
Reference in a new issue