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: Compile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: add-apt-repository universe - name: Setup PlatformIO
- run: apt install platformio - run: |
apt update
add-apt-repository universe
apt install platformio
- name: Compile - name: Compile
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}