Fucking fucks.
Some checks failed
Compile / Compile (push) Failing after 47s

This commit is contained in:
Lewis Jackson 2023-05-30 19:37:28 +03:00
parent 071b03095d
commit b0921c93b5

View file

@ -8,10 +8,10 @@ jobs:
- name: Setup PlatformIO
run: |
apt update
apt install software-properties-common
apt -y install software-properties-common
add-apt-repository universe
apt update
apt install platformio
apt -y install platformio
- name: Compile
run: |
cd ${{ github.workspace }}