Skip to content

Commit 5208d72

Browse files
committed
Merge branch 'ci-temp-disable-nightly'
2 parents 48c023e + 682d2c2 commit 5208d72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/daemon.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
rust: [stable, beta, nightly]
60+
# 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]
6165
continue-on-error: true
6266
steps:
6367
# Fix for HOME path overridden by GH runners when building in containers, see:

0 commit comments

Comments
 (0)