change portduino so it has a higher chance of building on OS-X and windows

This commit is contained in:
Kevin Hester
2021-03-15 13:09:52 +08:00
parent 3f401e8cac
commit 351be2f327
2 changed files with 7 additions and 7 deletions

View File

@@ -32,5 +32,5 @@ jobs:
- name: Build for lora-relay-v1
run: platformio run -e lora-relay-v1
# Turn off linux for now
#- name: Build for linux
# run: platformio run -e linux
name: Build for native
run: platformio run -e native