From b158fbec61a883d071d84888a8c7a2106031c262 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Mon, 15 Jun 2020 01:32:50 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 75a8034..9d69c31 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - run: sudo apt-get install python3-setuptools - - run: pip3 install platformio + - run: pip3 install wheel platformio - uses: actions/checkout@v2 - run: platformio run