We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be02456 commit cf5a8dbCopy full SHA for cf5a8db
.github/workflows/ci.yml
@@ -44,9 +44,10 @@ jobs:
44
- name: Install cross compilation tool
45
run: cargo install cross
46
47
- - name: Build FreeBSD lib
+ - name: Build FreeBSD lib and tool
48
run: |
49
cross build --target=x86_64-unknown-freebsd -p framework_lib
50
+ cross build --target=x86_64-unknown-freebsd -p framework_tool
51
52
- name: Upload FreeBSD App
53
uses: actions/upload-artifact@v4
0 commit comments