Fucking stackoverflow people who assume you have desktop ubuntu

This commit is contained in:
Lewis Jackson 2023-05-30 19:32:11 +03:00
parent 2227385d22
commit 796300e465

View file

@ -5,8 +5,11 @@ jobs:
Compile:
runs-on: ubuntu-latest
steps:
- run: add-apt-repository universe
- run: apt install platformio
- name: Setup PlatformIO
- run: |
apt update
add-apt-repository universe
apt install platformio
- name: Compile
run: |
cd ${{ github.workspace }}