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 52b8d8e commit be02456Copy full SHA for be02456
.github/workflows/ci.yml
@@ -44,8 +44,9 @@ jobs:
44
- name: Install cross compilation tool
45
run: cargo install cross
46
47
- - name: Build FreeBSD tool
48
- run: cross build --target=x86_64-unknown-freebsd --no-default-features -p framework_lib
+ - name: Build FreeBSD lib
+ run: |
49
+ cross build --target=x86_64-unknown-freebsd -p framework_lib
50
51
- name: Upload FreeBSD App
52
uses: actions/upload-artifact@v4
0 commit comments