File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 - uses : dtolnay/rust-toolchain@stable
4545 with :
4646 targets : ${{ matrix.target }}
47- - name : Install cargo-zigbuild
48- run : pip install ziglang && cargo install cargo-zigbuild
47+ - name : Install zig and cargo-zigbuild
48+ run : pip install ziglang && curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/ install-from-binstall-release.sh | bash && cargo binstall -y cargo-zigbuild
4949 - uses : mozilla-actions/sccache-action@v0.0.9
5050 - name : Cross-compile for ${{ matrix.arch }}
5151 run : cargo zigbuild --release --target ${{ matrix.target }}
Original file line number Diff line number Diff line change 3737 - uses : dtolnay/rust-toolchain@stable
3838 with :
3939 targets : ${{ matrix.target }}
40- - name : Install cargo-zigbuild
41- run : pip install ziglang && cargo install cargo-zigbuild
40+ - name : Install zig and cargo-zigbuild
41+ run : pip install ziglang && curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/ install-from-binstall-release.sh | bash && cargo binstall -y cargo-zigbuild
4242 - uses : mozilla-actions/sccache-action@v0.0.9
4343 - name : Cross-compile for ${{ matrix.arch }}
4444 run : cargo zigbuild --release --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments