Skip to content

Commit

Permalink
add MsgPack library to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
k12ish committed May 28, 2024
1 parent 101c714 commit be040e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
arduino-cli core update-index
arduino-cli core install ${{ matrix.arduino-platform }}
- name: Install libraries
run: |
arduino-cli lib install MsgPack@0.4.2
# Compile using the FQBN that was set in the build matrix.
- name: Compile Firmware
run: |
Expand Down

0 comments on commit be040e9

Please sign in to comment.