From 3e937a4e5d4a3bcac6d504db6552b2c3f9a298b7 Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Sat, 26 Mar 2022 09:26:12 +0100 Subject: [PATCH] Updated CI --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e628d8f4..568eea05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,16 +32,14 @@ jobs: with: path: ~/.pio/libdeps key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }} - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip pip install -U platformio css_html_js_minify - - name: Configure build targets - run: echo "[platformio]\ndefault_envs = esp8266, esp32" > platformio-user.ini - name: PlatformIO lib install run: pio lib install - name: PlatformIO run