aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-12-18 11:02:35 +0000
committerGitHub <[email protected]>2024-12-18 11:02:35 +0000
commit2ba7fafa680b3080775e5bd34695f18d153f98e6 (patch)
tree00d1d1f11a5b9b0f2fbc26bdf7fbffa84486cf7e
parent341036a8b865609767fbf9015b482ea70ed4f23f (diff)
parentb912dc197d91d9b4d40c81e59589cba234b53888 (diff)
Merge pull request #3663 from bugadani/xtensa
Force use 1.83 for Xtensa
-rwxr-xr-x.github/ci/build-xtensa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build-xtensa.sh b/.github/ci/build-xtensa.sh
index a13391c82..88357a041 100755
--- a/.github/ci/build-xtensa.sh
+++ b/.github/ci/build-xtensa.sh
@@ -13,7 +13,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
13export CARGO_NET_GIT_FETCH_WITH_CLI=true 13export CARGO_NET_GIT_FETCH_WITH_CLI=true
14 14
15cargo install espup 15cargo install espup
16/ci/cache/cargo/bin/espup install 16/ci/cache/cargo/bin/espup install --toolchain-version 1.83.0.1
17 17
18# Restore lockfiles 18# Restore lockfiles
19if [ -f /ci/cache/lockfiles.tar ]; then 19if [ -f /ci/cache/lockfiles.tar ]; then