mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
no need for clang anymore
This commit is contained in:
parent
5b207209a5
commit
ea5cc628a8
6
.github/workflows/Tasmota_build_devel.yml
vendored
6
.github/workflows/Tasmota_build_devel.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install clang compiler
|
#- name: Install clang compiler
|
||||||
run: |
|
#run: |
|
||||||
sudo apt-get install -f clang
|
#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