Use clang for solidify

This commit is contained in:
Jason2866 2023-05-11 15:24:44 +02:00 committed by GitHub
parent 402306657e
commit 71391d614c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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