diff options
| -rw-r--r-- | .github/workflows/daemon.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 8fcea16948..3293e02879 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -57,11 +57,7 @@ jobs: strategy: matrix: - # FIXME: Temporarily disable nightly builds due to an issue with curve25519-dalek - # Once this has been fixed, enable nightly builds again: - # https://github.com/dalek-cryptography/curve25519-dalek/pull/619 - #rust: [stable, beta, nightly] - rust: [stable, beta] + rust: [stable, beta, nightly] continue-on-error: true steps: # Fix for HOME path overridden by GH runners when building in containers, see: |
