Skip to content

Commit 9df78b3

Browse files
ci: install RingBuf dep
1 parent eefc82a commit 9df78b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install --upgrade platformio
32+
- name: Install library dependencies
33+
run: pio lib -g install 667
3234
- name: Run PlatformIO
3335
run: pio ci --board=uno --board=d1_mini
3436
env:

0 commit comments

Comments
 (0)