From 74ba229e9f322686b488d965409cfe19450ede67 Mon Sep 17 00:00:00 2001 From: Jeong Yunwon Date: Wed, 6 Jul 2022 22:58:42 +0900 Subject: [PATCH] Add freebsd build to CI --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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