Still debugging...

This commit is contained in:
Lewis Jackson 2023-05-30 21:09:07 +03:00
parent 75093df1bd
commit 64dd39deaf

View file

@ -10,9 +10,7 @@ jobs:
apt update
apt -y install platformio
- name: Compile
run: |
ls
cd ${{ github.workspace }}
ls
pio run
run: ls
run: cd ${{ github.workspace }}
run: pio run
- run: echo "Done."