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