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 82e9436f3..04fbd2353 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 d015fd5e972a3e550ebef0da6748099b88a93ba6 26cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev c60400e213f7eb0296581183140ec147dd7a848b
27 27
28./ci-nightly.sh 28./ci-nightly.sh
29 29