diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f0f3248..549013e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -73,12 +73,13 @@ jobs: architecture: i686 binary-postfix: "" use-cross: true - - os: ubuntu-latest - os-name: netbsd - target: x86_64-unknown-netbsd - architecture: x86_64 - binary-postfix: "" - use-cross: true + # TODO!: This needs a fix, linking `execinfo` fails + # - os: ubuntu-latest + # os-name: netbsd + # target: x86_64-unknown-netbsd + # architecture: x86_64 + # binary-postfix: "" + # use-cross: true - os: ubuntu-latest os-name: linux target: armv7-unknown-linux-gnueabihf