Probably helps if I check out the source tree
Some checks failed
Compile / Compile (push) Failing after 39s

This commit is contained in:
Lewis Jackson 2023-05-30 21:13:47 +03:00
parent 9b84fc464a
commit fa61dbb4f9

View file

@ -9,7 +9,6 @@ jobs:
run: |
apt update
apt -y install platformio
- run: ls
- uses: actions/checkout@v3
- run: cd ${{ github.workspace }}
- run: pio run
- run: echo "Done."