Build rtstartup for MinGW from scratch
Rather than copying it from an existing sysroot
This commit is contained in:
parent
629eab79c1
commit
c950f2265e
2 changed files with 16 additions and 19 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue