summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index b31502ad63..6e4ebb0ec7 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -62,7 +62,9 @@ jobs:
strategy:
matrix:
- rust: [stable, beta, nightly]
+ # TODO: Revert to using the regular 'nightly' channel as soon as https://github.com/rust-lang/rust/issues/145151
+ # has been closed and the fix is in the nightly channel.
+ rust: [stable, beta, nightly-2025-08-11]
continue-on-error: true
steps:
# Fix for HOME path overridden by GH runners when building in containers, see: