From d5cb6d983bc4c74da794f859dcc66a593c7bfb72 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Mon, 17 May 2021 21:39:42 +0200 Subject: [PATCH] Update firmware.yml --- .github/workflows/firmware.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 9ae2326..b0ae0e4 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -24,21 +24,22 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Build on PlatformIO - run: bash ci/build-platformio.sh +# - name: Build on PlatformIO +# run: bash ci/build-platformio.sh -# - name: Set up Python -# uses: actions/setup-python@v1 + - name: Set up Python + uses: actions/setup-python@v1 -# - name: Install PlatformIO -# run: | -# python -m pip install --upgrade pip -# pip install --upgrade platformio + - name: Install PlatformIO + run: | + python -m pip install --upgrade pip + pip install --upgrade platformio -# - name: Install library dependencies -# run: pio lib -g install 1 + - name: Install library dependencies + run: pio lib -g install 1 -# - name: Run PlatformIO + - name: Run PlatformIO + run: platformio run # run: pio run -e esp32