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 736b9b8 commit be176a7Copy full SHA for be176a7
.github/workflows/main.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Install PlatformIO
36
run: python -m pip install platformio
37
- name: Build firmware
38
- run: pio ci --lib="." --board ${{pio-env}} "examples/${{matrix.example}}"
+ run: pio ci --lib="." --board ${{env.pio-env}} "examples/${{matrix.example}}"
0 commit comments