mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 01:52:48 +00:00
Update main.yml
This commit is contained in:
parent
315cfe4f2d
commit
2f7c2a2aea
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -7,11 +7,12 @@ jobs:
|
|||||||
setup:
|
setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Checkout code
|
||||||
- name: Checkout submodules
|
uses: actions/checkout@v2
|
||||||
uses: textbook/git-checkout-submodule-action@master
|
with:
|
||||||
|
submodules: true
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- name: Install Platform IO
|
- name: Install Platform IO
|
||||||
|
Loading…
Reference in New Issue
Block a user