Fixed syntax
Some checks failed
Compile / Compile (push) Failing after 38s

This commit is contained in:
Lewis Jackson 2023-05-30 21:10:51 +03:00
parent 64dd39deaf
commit 9b84fc464a

View file

@ -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."