Stackoverflow is wrong, again.
Some checks failed
Compile / Compile (push) Failing after 45s

This commit is contained in:
Lewis Jackson 2023-05-30 19:40:48 +03:00
parent b0921c93b5
commit e1f478fce1

View file

@ -9,7 +9,7 @@ jobs:
run: | run: |
apt update apt update
apt -y install software-properties-common apt -y install software-properties-common
add-apt-repository universe add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
apt update apt update
apt -y install platformio apt -y install platformio
- name: Compile - name: Compile