Build rtstartup for MinGW from scratch

Rather than copying it from an existing sysroot
This commit is contained in:
bjorn3 2023-01-14 17:02:21 +00:00
parent 629eab79c1
commit c950f2265e
2 changed files with 16 additions and 19 deletions

View file

@ -77,7 +77,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
rustup target add x86_64-pc-windows-gnu
- name: Install AArch64 toolchain and qemu
if: matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'aarch64-unknown-linux-gnu'