diff options
| author | Dániel Buga <[email protected]> | 2024-12-18 11:54:11 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-18 11:54:11 +0100 |
| commit | b912dc197d91d9b4d40c81e59589cba234b53888 (patch) | |
| tree | 4f2f1b327b81788516dc371daf56bc8bb29989fd /.github/ci | |
| parent | 0c245892c6812538f4f51b784ed8afa1ce47f25d (diff) | |
Force use 1.83 for Xtensa
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 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 | |||
| 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 | 16 | /ci/cache/cargo/bin/espup install --toolchain-version 1.83.0.1 |
| 17 | 17 | ||
| 18 | # Restore lockfiles | 18 | # Restore lockfiles |
| 19 | if [ -f /ci/cache/lockfiles.tar ]; then | 19 | if [ -f /ci/cache/lockfiles.tar ]; then |
