From 59e4427a99438bb730dca63e6b6383764acdac48 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 26 Oct 2024 22:33:04 +0200 Subject: [PATCH] DNM: Let xtensa in but unset the LIBCLANG_PATH it injects --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4226ba435..1246b24fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,10 +66,10 @@ jobs: # rustfmt: Used by bindgen for liboscore components: rust-src, rustfmt - # - name: Install Rust for Xtensa - # uses: esp-rs/xtensa-toolchain@v1.5 - # with: - # buildtargets: esp32s3 + - name: Install Rust for Xtensa + uses: esp-rs/xtensa-toolchain@v1.5 + with: + buildtargets: esp32s3 - name: rust cache if: steps.result-cache.outputs.cache-hit != 'true' @@ -117,7 +117,7 @@ jobs: run: | sccache --start-server || true # work around https://github.com/ninja-build/ninja/issues/2052 - CONFIG_WIFI_NETWORK='test' CONFIG_WIFI_PASSWORD='password' laze -C examples/coap build -b nrf52840dk --partition hash:${{ matrix.partition }} + LIBCLANG_PATH= CONFIG_WIFI_NETWORK='test' CONFIG_WIFI_PASSWORD='password' laze -C examples/coap build -b nrf52840dk --partition hash:${{ matrix.partition }} cargo-test: runs-on: ubuntu-latest