Skip to content

Commit 28e0a3e

Browse files
committed
Try MSYS2 MinGW Rust
1 parent b6bfbcc commit 28e0a3e

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/mingw.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@ jobs:
3636
uses: ruby/setup-ruby-pkgs@v1
3737
with:
3838
ruby-version: mingw
39-
mingw: clang
40-
41-
- name: Install/Update Rust
42-
uses: dtolnay/rust-toolchain@stable
43-
with:
44-
toolchain: stable-x86_64-pc-windows-gnu
45-
components: rustfmt
46-
47-
# - name: install rust
48-
# run: pacman -S --noconfirm --noprogressbar --needed mingw-w64-x86_64-rust
39+
mingw: clang rust
4940

5041
- name: Cache - .downloaded-cache
5142
uses: actions/cache@v3

.github/workflows/ucrt.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@ jobs:
3636
uses: ruby/setup-ruby-pkgs@v1
3737
with:
3838
ruby-version: 3.2
39-
mingw: clang
40-
41-
- name: Install/Update Rust
42-
uses: dtolnay/rust-toolchain@stable
43-
with:
44-
toolchain: stable-x86_64-pc-windows-gnu
45-
components: rustfmt
46-
47-
# - name: install rust
48-
# run: pacman -S --noconfirm --noprogressbar --needed mingw-w64-ucrt-x86_64-rust
39+
mingw: clang rust
4940

5041
- name: Cache - .downloaded-cache
5142
uses: actions/cache@v3

0 commit comments

Comments
 (0)