diff options
| author | xoviat <[email protected]> | 2025-12-12 01:16:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-12 01:16:27 +0000 |
| commit | b5a671e12c798b6d29fdf7177468a73d08e4b995 (patch) | |
| tree | f6dedf433c8b13cc13dcca75f0c2ff1623908fce /.github | |
| parent | d6b53497bd51b1ab220b4749f3e97a51a385bce4 (diff) | |
| parent | d7c7a5e76602e495d65da49f0f8eea80e3cc3fc2 (diff) | |
Merge pull request #5042 from embassy-rs/update-rust-asdf
Update Rust, nightly, xtensa.
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/build-xtensa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build-xtensa.sh b/.github/ci/build-xtensa.sh index f07816861..cc56adb26 100755 --- a/.github/ci/build-xtensa.sh +++ b/.github/ci/build-xtensa.sh | |||
| @@ -14,7 +14,7 @@ export PATH=$CARGO_HOME/bin:$PATH | |||
| 14 | export CARGO_NET_GIT_FETCH_WITH_CLI=true | 14 | export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 15 | 15 | ||
| 16 | cargo install espup --locked | 16 | cargo install espup --locked |
| 17 | espup install --toolchain-version 1.88.0.0 | 17 | espup install --toolchain-version 1.90.0.0 |
| 18 | 18 | ||
| 19 | # Restore lockfiles | 19 | # Restore lockfiles |
| 20 | if [ -f /ci/cache/lockfiles.tar ]; then | 20 | if [ -f /ci/cache/lockfiles.tar ]; then |
