forked from adafruit/Adafruit_Sensor
This commit is contained in:
6
.github/workflows/githubci.yml
vendored
6
.github/workflows/githubci.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
||||
- name: pre-install
|
||||
run: bash ci/actions_install.sh
|
||||
|
||||
# manually install ADXL343
|
||||
- name: extra libraries
|
||||
run: |
|
||||
export PATH=$PATH:$GITHUB_WORKSPACE/bin
|
||||
arduino-cli lib install "Adafruit ADXL343"
|
||||
|
||||
- name: test platforms
|
||||
run: python3 ci/build_platform.py main_platforms
|
||||
|
||||
|
@ -8,4 +8,4 @@ category=Sensors
|
||||
url=https://github.com/adafruit/Adafruit_Sensor
|
||||
architectures=*
|
||||
includes=Adafruit_Sensor.h
|
||||
depends=Adafruit ADXL343
|
||||
|
||||
|
Reference in New Issue
Block a user