Specify path for pio explicitly
All checks were successful
Compile / Compile (push) Successful in 1m21s
All checks were successful
Compile / Compile (push) Successful in 1m21s
This commit is contained in:
parent
5aa5daac01
commit
e0e45b8e25
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ jobs:
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
pio run
|
/root/.platformio/penv/bin/pio run
|
||||||
|
|
Loading…
Reference in a new issue