Skip to content

Commit c6c71a0

Browse files
committed
ci
1 parent 9ac6bc7 commit c6c71a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
submodules: true
1717
- uses: ./.github/actions/install-rust
1818
- 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'
1921
- run: cargo fetch
2022
- run: cargo build --release --timings --target x86_64-pc-windows-gnu
2123
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)