From 64839d41a0b0305e4d2bc7ac4ccbcf845a3296d4 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 15 Jun 2020 01:24:19 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4116dd0..dfb657b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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