Skip to content

Commit 6ac194d

Browse files
committed
Use 'pio' alias
1 parent d8c6e4f commit 6ac194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
pio pkg install --global --platform symlink://.
3333
- name: Build examples
3434
run: |
35-
platformio run -d ${{ matrix.example }}
35+
pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)