Skip to content

Commit

Permalink
Force use 1.83 for Xtensa
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Dec 18, 2024
1 parent 0c24589 commit b912dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/build-xtensa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
export CARGO_NET_GIT_FETCH_WITH_CLI=true

cargo install espup
/ci/cache/cargo/bin/espup install
/ci/cache/cargo/bin/espup install --toolchain-version 1.83.0.1

# Restore lockfiles
if [ -f /ci/cache/lockfiles.tar ]; then
Expand Down

0 comments on commit b912dc1

Please sign in to comment.