Skip to content

Commit

Permalink
fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jun 28, 2020
1 parent 9b59a72 commit 3a8b54a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ category=Sensors
url=https://github.com/adafruit/Adafruit_Sensor
architectures=*
includes=Adafruit_Sensor.h
depends=Adafruit ADXL343

0 comments on commit 3a8b54a

Please sign in to comment.