Adding universe repo wasn't necessary, just update.
Some checks failed
Compile / Compile (push) Failing after 6s
Some checks failed
Compile / Compile (push) Failing after 6s
This commit is contained in:
parent
b5de3d25ee
commit
0253052fe9
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PlatformIO
|
- name: Setup PlatformIO
|
||||||
run: |
|
run: |
|
||||||
apt update
|
|
||||||
apt -y install software-properties-common
|
|
||||||
add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy universe"
|
|
||||||
apt update
|
apt update
|
||||||
apt -y install platformio
|
apt -y install platformio
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|
Loading…
Reference in a new issue