Add universe repository to workflow
Some checks failed
Compile / Compile (push) Failing after 4s

This commit is contained in:
Lewis Jackson 2023-05-30 19:19:56 +03:00
parent b9c8ad5507
commit 2227385d22

View file

@ -5,6 +5,7 @@ jobs:
Compile: Compile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: add-apt-repository universe
- run: apt install platformio - run: apt install platformio
- name: Compile - name: Compile
run: | run: |