Skip to content

Commit 38f126d

Browse files
committed
test mingw
1 parent e7bf83f commit 38f126d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/raw_dylib.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
24+
2425
- name: Update toolchain
2526
run: rustup update --no-self-update nightly && rustup default nightly-${{ matrix.target }}
27+
28+
- name: Update mingw-w64 packages
29+
run: pacman -S mingw-w64-i686-toolchain --noconfirm --noprogressbar
30+
2631
- name: Add toolchain target
2732
run: rustup target add ${{ matrix.target }}
2833

0 commit comments

Comments
 (0)