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