diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-02-17 16:48:27 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-02-17 16:52:29 +0100 |
| commit | 5050b2fe8857644a7589b2b728bf32423b1c5089 (patch) | |
| tree | 144ed8b00c5d35fc6c236fac6ef0f4e23511e8ae /.github/ci | |
| parent | f6b480ef1c2ba421353a674cdaa5e52372d1273f (diff) | |
Update to Rust 1.84
Diffstat (limited to '.github/ci')
| -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 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 | |||
| 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true | 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 14 | 14 | ||
| 15 | cargo install espup | 15 | cargo 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 |
| 19 | if [ -f /ci/cache/lockfiles.tar ]; then | 19 | if [ -f /ci/cache/lockfiles.tar ]; then |
