Adding universe repo wasn't necessary, just update.
Some checks failed
Compile / Compile (push) Failing after 6s

This commit is contained in:
Lewis Jackson 2023-05-30 20:01:16 +03:00
parent b5de3d25ee
commit 0253052fe9

View file

@ -7,9 +7,6 @@ jobs:
steps:
- name: Setup PlatformIO
run: |
apt update
apt -y install software-properties-common
add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy universe"
apt update
apt -y install platformio
- name: Compile