File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 export AR="${arch}-ar"
3636 export HOST_AR="ar"
3737 export RUSTFLAGS="-C linker=${CC}"
38- cargo build --release --target ${{ matrix.arch }} --no-default-features -F zig
38+ cargo build --release --target ${{ matrix.arch }}
3939 version=${{ github.event.release.tag_name }}
4040 cd target/${{ matrix.arch }}/release
4141 7z a -mx9 "../../../msg_tool-${version}-${{ matrix.arch }}.zip" "msg_tool"
5656 uses : actions/checkout@v5
5757 - name : Build project
5858 run : |
59- docker run --rm -v $(pwd):/io -w /io ghcr.io/rust-cross/cargo-zigbuild /bin/bash -c 'apt-get update && apt-get install -y cmake && cargo zigbuild --release --target ${{ matrix.arch }}'
59+ docker run --rm -v $(pwd):/io -w /io ghcr.io/rust-cross/cargo-zigbuild /bin/bash -c 'apt-get update && apt-get install -y cmake && cargo zigbuild --release --target ${{ matrix.arch }} --no-default-features -F zig '
6060
6161 version=${{ github.event.release.tag_name }}
6262 cd target/${{ matrix.arch }}/release
You can’t perform that action at this time.
0 commit comments