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