Skip to content

Commit be02456

Browse files
committed
freebsd: Build with all features in cross build
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 52b8d8e commit be02456

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
- name: Install cross compilation tool
4545
run: cargo install cross
4646

47-
- name: Build FreeBSD tool
48-
run: cross build --target=x86_64-unknown-freebsd --no-default-features -p framework_lib
47+
- name: Build FreeBSD lib
48+
run: |
49+
cross build --target=x86_64-unknown-freebsd -p framework_lib
4950
5051
- name: Upload FreeBSD App
5152
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)