aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build-xtensa.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci/build-xtensa.sh')
-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 88357a041..103575bc9 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 --toolchain-version 1.83.0.1 16/ci/cache/cargo/bin/espup install --toolchain-version 1.84.0.0
17 17
18# Restore lockfiles 18# Restore lockfiles
19if [ -f /ci/cache/lockfiles.tar ]; then 19if [ -f /ci/cache/lockfiles.tar ]; then