diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa27d3adf4..e5a7d66996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,10 +299,7 @@ jobs: - target: x86_64-unknown-openbsd - target: x86_64-unknown-haiku - target: armv7-unknown-linux-uclibceabihf - - # Disable hurd due to - # https://github.com/nix-rust/nix/issues/2306 - # - target: i686-unknown-hurd-gnu + - target: i686-unknown-hurd-gnu steps: - name: checkout uses: actions/checkout@v4