We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac6bc7 commit c6c71a0Copy full SHA for c6c71a0
.github/workflows/check.yml
@@ -16,6 +16,8 @@ jobs:
16
submodules: true
17
- uses: ./.github/actions/install-rust
18
- run: rustup target add x86_64-pc-windows-gnu
19
+ - run: apt-get update -y && apt-get install -y gcc-mingw-w64-x86-64
20
+ if: matrix.os == 'ubuntu-latest'
21
- run: cargo fetch
22
- run: cargo build --release --timings --target x86_64-pc-windows-gnu
23
- uses: actions/upload-artifact@v4
0 commit comments