Handle zig can not compile libjxl

This commit is contained in:
2026-04-05 15:42:09 +08:00
parent 96f0471d66
commit 692f9faca1
3 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ jobs:
export RUSTFLAGS="-C linker=${CC}"
cargo build --release --target ${{ matrix.arch }}
version=${{ github.event.release.tag_name }}
cd target/${{ matrix.arch }}/release
cd target/${{ matrix.arch }}/release --no-default-features -F zig
7z a -mx9 "../../../msg_tool-${version}-${{ matrix.arch }}.zip" "msg_tool"
- name: Upload to release
run: |