This commit is contained in:
parent
737c367b9c
commit
071b03095d
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ jobs:
|
||||||
- name: Setup PlatformIO
|
- name: Setup PlatformIO
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
apt install software-properties-common
|
||||||
add-apt-repository universe
|
add-apt-repository universe
|
||||||
|
apt update
|
||||||
apt install platformio
|
apt install platformio
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue