From eb3209a5357ab0d55e6ad319f0e61425ba2bb378 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Sun, 8 Sep 2024 16:46:47 +0800 Subject: [PATCH] ci: enable hurd CI (#2489) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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