Runner environment doesn't have sudo.
Some checks failed
Compile / Compile (push) Failing after 4s

This commit is contained in:
Lewis Jackson 2023-05-30 19:12:19 +03:00
parent 8c5392c31a
commit b9c8ad5507

View file

@ -5,7 +5,7 @@ jobs:
Compile: Compile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: sudo apt install platformio - run: apt install platformio
- name: Compile - name: Compile
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}