This commit is contained in:
parent
796300e465
commit
737c367b9c
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup PlatformIO
|
||||
- run: |
|
||||
apt update
|
||||
add-apt-repository universe
|
||||
apt install platformio
|
||||
run: |
|
||||
apt update
|
||||
add-apt-repository universe
|
||||
apt install platformio
|
||||
- name: Compile
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue