aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build-xtensa.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci/build-xtensa.sh')
-rwxr-xr-x.github/ci/build-xtensa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build-xtensa.sh b/.github/ci/build-xtensa.sh
index 3f74b4a5a..f07816861 100755
--- a/.github/ci/build-xtensa.sh
+++ b/.github/ci/build-xtensa.sh
@@ -25,7 +25,7 @@ fi
25hashtime restore /ci/cache/filetime.json || true 25hashtime restore /ci/cache/filetime.json || true
26hashtime save /ci/cache/filetime.json 26hashtime save /ci/cache/filetime.json
27 27
28cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev d015fd5e972a3e550ebef0da6748099b88a93ba6 28cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev c60400e213f7eb0296581183140ec147dd7a848b
29 29
30./ci-xtensa.sh 30./ci-xtensa.sh
31 31