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 apt -y install platformio
- name: Compile - name: Compile
run: | run: |
ls
cd ${{ github.workspace }} cd ${{ github.workspace }}
ls
pio run pio run
- run: echo "Done." - run: echo "Done."