aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-18 11:54:11 +0100
committerDániel Buga <[email protected]>2024-12-18 11:54:11 +0100
commitb912dc197d91d9b4d40c81e59589cba234b53888 (patch)
tree4f2f1b327b81788516dc371daf56bc8bb29989fd
parent0c245892c6812538f4f51b784ed8afa1ce47f25d (diff)
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