Skip to content

Commit cf5a8db

Browse files
committed
freebsd: Cross build also build tool
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent be02456 commit cf5a8db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

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

47-
- name: Build FreeBSD lib
47+
- name: Build FreeBSD lib and tool
4848
run: |
4949
cross build --target=x86_64-unknown-freebsd -p framework_lib
50+
cross build --target=x86_64-unknown-freebsd -p framework_tool
5051
5152
- name: Upload FreeBSD App
5253
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)