diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c19d9b26c..7e54f878e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,6 +115,16 @@ jobs: command: check args: --target wasm32-wasi --features freeze-stdlib + - 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 + - name: Prepare repository for redox compilation run: bash scripts/redox/uncomment-cargo.sh - name: Check compilation for Redox