Setup toolchains for cross compilation and cross testing for Rust
Version updated for taiki-e/setup-cross-toolchain-action to version v1.16.0.
- This publisher is shown verified by GitHub.
- This action is used across all versions by 265 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Support specifying the QEMU version by using
qemu
input option, or@
syntax inrunner
input option (if both are set, the latter is preferred).For example:
- uses: taiki-e/setup-cross-toolchain-action@v1 with: target: aarch64-unknown-linux-gnu qemu: '7.2'
- uses: taiki-e/setup-cross-toolchain-action@v1 with: target: aarch64-unknown-linux-gnu runner: qemu@8.1
Support specifying the Wine version by using
wine
input option. Previously only@
syntax inrunner
input option was supported.Update the default Wine version to 8.0.0, which is the latest stable version.