aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/build-nightly.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci/build-nightly.sh')
-rwxr-xr-x.github/ci/build-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build-nightly.sh b/.github/ci/build-nightly.sh
index 801d470a1..257d7ebd3 100755
--- a/.github/ci/build-nightly.sh
+++ b/.github/ci/build-nightly.sh
@@ -23,7 +23,7 @@ fi
23hashtime restore /ci/cache/filetime.json || true 23hashtime restore /ci/cache/filetime.json || true
24hashtime save /ci/cache/filetime.json 24hashtime save /ci/cache/filetime.json
25 25
26cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 2357881abb81a0a3672ff992e199963f9f63bb10 26cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 3ca80f7065acbe0b69b7da463fab60e744f9de79
27 27
28./ci-nightly.sh 28./ci-nightly.sh
29 29