More fixes.

This commit is contained in:
Kirill Shakirov
2026-04-06 23:02:11 +02:00
parent e1a7fdba0b
commit b99926e0b0
3 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -50,9 +50,10 @@ jobs:
uses: houseabsolute/actions-rust-cross@v1
with:
command: build
target: ${{ matrix.platform.target }}
args: "---manifest-path nyash_server/Cargo.toml -locked --release"
target: x86_64-unknown-freebsd
args: "--locked --release --manifest-path nyash_server/Cargo.toml"
strip: true
name: Build binary
- name: Upload Server Binary
uses: actions/upload-artifact@v4