We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48c023e + 682d2c2 commit 5208d72Copy full SHA for 5208d72
.github/workflows/daemon.yml
@@ -57,7 +57,11 @@ jobs:
57
58
strategy:
59
matrix:
60
- rust: [stable, beta, nightly]
+ # FIXME: Temporarily disable nightly builds due to an issue with curve25519-dalek
61
+ # Once this has been fixed, enable nightly builds again:
62
+ # https://github.com/dalek-cryptography/curve25519-dalek/pull/619
63
+ #rust: [stable, beta, nightly]
64
+ rust: [stable, beta]
65
continue-on-error: true
66
steps:
67
# Fix for HOME path overridden by GH runners when building in containers, see:
0 commit comments