From ea5cc628a887ac8a81cae031e591bde91ea50dce Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 17 May 2024 14:56:21 +0200 Subject: [PATCH] no need for clang anymore --- .github/workflows/Tasmota_build_devel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 96fa3ac74..5dc38dc11 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -25,9 +25,9 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.x' - - name: Install clang compiler - run: | - sudo apt-get install -f clang + #- name: Install clang compiler + #run: | + #sudo apt-get install -f clang - name: Make Berry and Tasmota Berry code run: | cd lib/libesp32/berry