From 4246b9fd0bd243e6ead71fea722141e1f4028d70 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 15 Jun 2020 01:41:12 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6a5e513..d3a403b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -11,9 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - run: sudo apt-get install python3-setuptools python3-wheel - - run: pip3 install platformio + - run: pip3 install platformi + - run: which platformio - uses: actions/checkout@v2 - - run: platformio run + - run: pio run build: runs-on: self-hosted