mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Use clang for solidify
This commit is contained in:
parent
402306657e
commit
71391d614c
5
.github/workflows/Tasmota_build_devel.yml
vendored
5
.github/workflows/Tasmota_build_devel.yml
vendored
@ -16,7 +16,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
be_solidify:
|
be_solidify:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'arendst/Tasmota'
|
if: github.repository == 'arendst/Tasmota'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
@ -25,6 +25,9 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
- name: Install clang compiler
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -f clang
|
||||||
- name: Make Berry and Tasmota Berry code
|
- name: Make Berry and Tasmota Berry code
|
||||||
run: |
|
run: |
|
||||||
cd lib/libesp32/berry
|
cd lib/libesp32/berry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user