Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 403568d

Browse files
committed
Use 'pio' alias
1 parent 58e532e commit 403568d

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
@@ -31,4 +31,4 @@ jobs:
3131
pio pkg install --global --platform symlink://.
3232
- name: Build examples
3333
run: |
34-
platformio run -d ${{ matrix.example }}
34+
pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)