Probably helps if I check out the source tree
Some checks failed
Compile / Compile (push) Failing after 39s
Some checks failed
Compile / Compile (push) Failing after 39s
This commit is contained in:
parent
9b84fc464a
commit
fa61dbb4f9
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install platformio
|
apt -y install platformio
|
||||||
- run: ls
|
- uses: actions/checkout@v3
|
||||||
- run: cd ${{ github.workspace }}
|
- run: cd ${{ github.workspace }}
|
||||||
- run: pio run
|
- run: pio run
|
||||||
- run: echo "Done."
|
|
||||||
|
|
Loading…
Reference in a new issue