Update c-cpp.yml

This commit is contained in:
Peter Buchegger 2020-06-15 01:24:19 +02:00 committed by GitHub
parent 7fc7762973
commit 64839d41a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,15 @@ on:
branches: [ master ]
jobs:
precompile:
runs-on: ubuntu-latest
steps:
- run: pip3 install platformio
- uses: actions/checkout@v2
- run: platformio run
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: check for updates