Skip to content

Commit be176a7

Browse files
committed
Fix environment variable reference in CI workflow for consistency
1 parent 736b9b8 commit be176a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Install PlatformIO
3636
run: python -m pip install platformio
3737
- name: Build firmware
38-
run: pio ci --lib="." --board ${{pio-env}} "examples/${{matrix.example}}"
38+
run: pio ci --lib="." --board ${{env.pio-env}} "examples/${{matrix.example}}"

0 commit comments

Comments
 (0)