Skip to content

Commit

Permalink
DNM: Let xtensa in but unset the LIBCLANG_PATH it injects
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 26, 2024
1 parent 6aeb5e0 commit 59e4427
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
# rustfmt: Used by bindgen for liboscore
components: rust-src, rustfmt

# - name: Install Rust for Xtensa
# uses: esp-rs/[email protected]
# with:
# buildtargets: esp32s3
- name: Install Rust for Xtensa
uses: esp-rs/[email protected]
with:
buildtargets: esp32s3

- name: rust cache
if: steps.result-cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59e4427

Please sign in to comment.