We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4ce6a commit eff4f54Copy full SHA for eff4f54
.github/workflows/ci.yml
@@ -303,7 +303,8 @@ jobs:
303
- target: x86_64-unknown-openbsd
304
- target: x86_64-unknown-haiku
305
- target: armv7-unknown-linux-uclibceabihf
306
- - target: i686-unknown-hurd-gnu
+ # Disable it due to: https://github.com/nix-rust/nix/issues/2549
307
+ # - target: i686-unknown-hurd-gnu
308
steps:
309
- name: checkout
310
uses: actions/checkout@v4
0 commit comments