This commit is contained in:
parent
14c3be6da0
commit
75093df1bd
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ jobs:
|
||||||
apt -y install platformio
|
apt -y install platformio
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
|
ls
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
ls
|
||||||
pio run
|
pio run
|
||||||
- run: echo "Done."
|
- run: echo "Done."
|
||||||
|
|
Loading…
Reference in a new issue