diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9f12d03b..27e9ca65a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -124,6 +124,16 @@ jobs: command: check args: --target i686-unknown-linux-musl + - uses: actions-rs/toolchain@v1 + with: + target: x86_64-unknown-freebsd + + - name: Check compilation for freebsd + uses: actions-rs/cargo@v1 + with: + command: check + args: --target x86_64-unknown-freebsd + - uses: actions-rs/toolchain@v1 with: target: wasm32-unknown-unknown