Skip to content

Commit

Permalink
fix(ci): Updateworkflow to install lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Oct 5, 2020
1 parent a6f4c55 commit cc2973b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
uses: arduino/setup-arduino-cli@v1.0.0

# now install the platform packages
- name: Install arduino platforms
- name: Install arduino platforms and libs
run: |
arduino-cli core update-index
arduino-cli core install ${{ matrix.arduino-platform }}
arduino-cli lib install Servo
# now build the firmata file for target
- name: Compile firmata
Expand Down

0 comments on commit cc2973b

Please sign in to comment.