Skip to content

Commit c1b8fd5

Browse files
committed
Fixed in-compliance to PlatformIO CI workflow.
1 parent e998d65 commit c1b8fd5

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/platformio-ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v3
1212

13-
- uses: actions/cache@v3
14-
with:
15-
path: |
16-
~/.cache/pip
17-
~/.platformio/.cache
18-
key: ${{ runner.os }}-pio
19-
2013
- name: Install Python 3.9
2114
uses: actions/setup-python@v4
2215
with:
@@ -25,5 +18,5 @@ jobs:
2518
- name: Install PlatformIO Core
2619
run: pip install --upgrade platformio
2720

28-
- name: Build PlatformIO Project
21+
- name: Build SMS-OTP firmware
2922
run: cd sms-otp-firmware && pio run

sms-otp-firmware/platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
platform = atmelavr
1313
board = uno
1414
framework = arduino
15-
lib_deps = ntnn/SIM900@^1.0.0
15+
build_flags = -w
16+
lib_deps = nthnn/SIM900@^1.0.0

0 commit comments

Comments
 (0)