We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caf459 commit 57aa1e5Copy full SHA for 57aa1e5
.github/workflows/main.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Install library dependencies
33
run: pio lib -g install 667
34
- name: Run PlatformIO
35
- run: pio ci --lib="." --board=uno --board=d1_mini --board=esp-wrover-kit
+ run: pio ci --lib="." --board=uno --board=d1_mini
36
env:
37
PLATFORMIO_CI_SRC: ${{ matrix.example }}
0 commit comments