From 71391d614cee0de51ac79c7f5b67fc1e766d9853 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 11 May 2023 15:24:44 +0200 Subject: [PATCH] Use clang for solidify --- .github/workflows/Tasmota_build_devel.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 023165fda..f633250dd 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -16,7 +16,7 @@ concurrency: jobs: be_solidify: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'arendst/Tasmota' continue-on-error: true steps: @@ -25,6 +25,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.x' + - name: Install clang compiler + run: | + sudo apt-get install -f clang - name: Make Berry and Tasmota Berry code run: | cd lib/libesp32/berry