Skip to content

Commit effc09b

Browse files
authored
Add pio pkg update to synchronize packages (#8)
This hopefully will stabilize the build (or at least detect breakages more promptly).
1 parent 076125f commit effc09b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ jobs:
2727
2828
- name: Build
2929
run: |
30+
pio pkg update
3031
pio run --verbose

0 commit comments

Comments
 (0)