diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-22 09:45:42 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-22 09:45:42 +0200 |
| commit | 744950926a5295de0d829a7bcdddfff0711308bb (patch) | |
| tree | 8333ff7377336e200949007bde365f9ba6b23eb8 | |
| parent | 97a7508b72495e854e72ba8da1749b3f2eea1862 (diff) | |
| parent | 3bb3579b2bfeeb03d15676133a3c4590de81c5dd (diff) | |
| download | mullvadvpn-744950926a5295de0d829a7bcdddfff0711308bb.tar.xz mullvadvpn-744950926a5295de0d829a7bcdddfff0711308bb.zip | |
Merge branch 'revert-pinning-of-rust-nightly-compiler-des-2365'
| -rw-r--r-- | .github/workflows/daemon.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 6e4ebb0ec7..b31502ad63 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -62,9 +62,7 @@ jobs: strategy: matrix: - # 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] + rust: [stable, beta, nightly] continue-on-error: true steps: # Fix for HOME path overridden by GH runners when building in containers, see: |
