File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,14 @@ jobs:
122
122
echo 'RUSTFLAGS=-Ctarget-feature=+crt-static' >> "$GITHUB_ENV"
123
123
124
124
- if : runner.os == 'Linux'
125
- run : sudo apt-get update
125
+ run : pipx install ziglang && pipx install cargo-zigbuild
126
126
- if : contains(matrix.target, 'musl')
127
- run : sudo apt-get install -y musl musl-dev musl-tools aarch64-linux-musl-g++
127
+ run : sudo apt-get update && sudo apt-get install -y musl musl-dev musl-tools
128
128
129
129
- uses : Swatinem/rust-cache@v2
130
130
131
131
- if : contains(matrix.target, 'aarch64-unknown-linux')
132
- run : cargo build -p bestool --profile dist --target ${{ matrix.target }} --features iti
132
+ run : cargo zigbuild -p bestool --profile dist --target ${{ matrix.target }} --features iti
133
133
- if : " !contains(matrix.target, 'aarch64-unknown-linux')"
134
134
run : cargo build -p bestool --profile dist --target ${{ matrix.target }}
135
135
You can’t perform that action at this time.
0 commit comments