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