We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc386e commit ede41d1Copy full SHA for ede41d1
.github/workflows/main.yml
@@ -49,12 +49,14 @@ jobs:
49
- name: Install MinGW toolchain and wine
50
if: matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
51
run: |
52
+ sudo apt-get update
53
sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
54
rustup target add x86_64-pc-windows-gnu
55
56
- name: Install AArch64 toolchain and qemu
57
if: matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'aarch64-unknown-linux-gnu'
58
59
60
sudo apt-get install -y gcc-aarch64-linux-gnu qemu-user
61
62
- name: Prepare dependencies
0 commit comments