Skip to content

Commit 4d96b8b

Browse files
authored
Bring back mingw-w64 to edge-build.yml
1 parent f5f3d73 commit 4d96b8b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/edge-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Rust Setup (P2)
5959
shell: bash
6060
run: |
61+
apt update
62+
apt install -y mingw-w64
63+
6164
rustup show
6265
rustc --print sysroot
6366

0 commit comments

Comments
 (0)