Merge pull request #735 from meshtastic/sachaw-patch-1

Update main.yml
This commit is contained in:
Kevin Hester 2021-03-10 15:30:40 +08:00 committed by GitHub
commit ca23665463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,12 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- name: Setup Python
uses: actions/setup-python@master
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install Platform IO
@ -31,4 +32,4 @@ jobs:
- name: Build for lora-relay-v1
run: platformio run -e lora-relay-v1
- name: Build for linux
run: platformio run -e linux
run: platformio run -e linux