Debugging workspace file
Some checks failed
Compile / Compile (push) Failing after 37s

This commit is contained in:
Lewis Jackson 2023-05-30 21:04:49 +03:00
parent 14c3be6da0
commit 75093df1bd

View file

@ -11,6 +11,8 @@ jobs:
apt -y install platformio
- name: Compile
run: |
ls
cd ${{ github.workspace }}
ls
pio run
- run: echo "Done."