diff options
| author | xoviat <[email protected]> | 2025-12-12 18:51:51 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-12-12 18:51:51 -0600 |
| commit | 74f5ec6efdd62969c6edad706ab3313f4d535a6a (patch) | |
| tree | 72cc3c6a9572e673626c3503d2143f37d7661013 /.github | |
| parent | e8d0b69e8c416cc2b9922acbf277b520d80f3134 (diff) | |
| parent | 9f501479921ea9bbf5fef8ecdc9ac625225ed019 (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into wpan
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 |
