Skip to content

Commit 1f1fb34

Browse files
authored
ci: diable hurd ci (#2550)
1 parent db4ce6a commit 1f1fb34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ jobs:
303303
- target: x86_64-unknown-openbsd
304304
- target: x86_64-unknown-haiku
305305
- target: armv7-unknown-linux-uclibceabihf
306-
- target: i686-unknown-hurd-gnu
306+
# Disable it due to: https://github.com/nix-rust/nix/issues/2549
307+
# - target: i686-unknown-hurd-gnu
307308
steps:
308309
- name: checkout
309310
uses: actions/checkout@v4

0 commit comments

Comments
 (0)