aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build.sh
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-12-08 11:27:07 +0100
committerUlf Lilleengen <[email protected]>2025-12-08 11:27:07 +0100
commit2a54a3b93f38569a0a7aa585e75d6939a1726cce (patch)
treeffd59bb843efba2bae19d5107a226d3261daf07b /.github/ci/build.sh
parent5572b884a166b4012a250a12537c4cdd63b377c3 (diff)
chore: update devtool dependency
Diffstat (limited to '.github/ci/build.sh')
-rwxr-xr-x.github/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh
index 3c196f72b..cd3006c49 100755
--- a/.github/ci/build.sh
+++ b/.github/ci/build.sh
@@ -28,7 +28,7 @@ fi
28hashtime restore /ci/cache/filetime.json || true 28hashtime restore /ci/cache/filetime.json || true
29hashtime save /ci/cache/filetime.json 29hashtime save /ci/cache/filetime.json
30 30
31cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev d015fd5e972a3e550ebef0da6748099b88a93ba6 31cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev c60400e213f7eb0296581183140ec147dd7a848b
32 32
33./ci.sh 33./ci.sh
34 34