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
|
||||
run: |
|
||||
apt update
|
||||
apt install software-properties-common
|
||||
apt -y install software-properties-common
|
||||
add-apt-repository universe
|
||||
apt update
|
||||
apt install platformio
|
||||
apt -y install platformio
|
||||
- name: Compile
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue