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
|
||||
- name: Compile
|
||||
run: |
|
||||
ls
|
||||
cd ${{ github.workspace }}
|
||||
ls
|
||||
pio run
|
||||
- run: echo "Done."
|
||||
|
|
Loading…
Reference in a new issue