Fucking stackoverflow people who assume you have desktop ubuntu
This commit is contained in:
parent
2227385d22
commit
796300e465
1 changed files with 5 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue