This commit is contained in:
parent
8c5392c31a
commit
b9c8ad5507
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
Compile:
|
Compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt install platformio
|
- run: apt install platformio
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue