We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c023e commit 682d2c2Copy full SHA for 682d2c2
.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