This commit is contained in:
parent
071b03095d
commit
b0921c93b5
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ jobs:
|
||||||
- name: Setup PlatformIO
|
- name: Setup PlatformIO
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install software-properties-common
|
apt -y install software-properties-common
|
||||||
add-apt-repository universe
|
add-apt-repository universe
|
||||||
apt update
|
apt update
|
||||||
apt install platformio
|
apt -y install platformio
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue