Skip to content

Commit

Permalink
fixed warnning issue on CI workflow and updated registry test
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jun 1, 2022
1 parent c8e9661 commit 6cb5687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
pio platform update
pio update
pio pkg update
- name: Submitted library code test
run: |
pio run
Expand Down
2 changes: 1 addition & 1 deletion examples/m5atom/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ build_flags =
lib_deps =
fastled/FastLED@^3.5.0
m5stack/M5Atom@^0.0.7
hpsaturn/CanAirIO Air Quality Sensors Library @ ^0.5.0
hpsaturn/CanAirIO Air Quality Sensors Library @ ^0.5.4

0 comments on commit 6cb5687

Please sign in to comment.