This commit is contained in:
parent
64dd39deaf
commit
9b84fc464a
1 changed files with 3 additions and 4 deletions
|
@ -9,8 +9,7 @@ jobs:
|
|||
run: |
|
||||
apt update
|
||||
apt -y install platformio
|
||||
- name: Compile
|
||||
run: ls
|
||||
run: cd ${{ github.workspace }}
|
||||
run: pio run
|
||||
- run: ls
|
||||
- run: cd ${{ github.workspace }}
|
||||
- run: pio run
|
||||
- run: echo "Done."
|
||||
|
|
Loading…
Reference in a new issue