Skip to content

Commit

Permalink
Try MSYS2 MinGW Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Apr 2, 2023
1 parent b6bfbcc commit 28e0a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@ jobs:
uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: mingw
mingw: clang

- name: Install/Update Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable-x86_64-pc-windows-gnu
components: rustfmt

# - name: install rust
# run: pacman -S --noconfirm --noprogressbar --needed mingw-w64-x86_64-rust
mingw: clang rust

- name: Cache - .downloaded-cache
uses: actions/cache@v3
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/ucrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@ jobs:
uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: 3.2
mingw: clang

- name: Install/Update Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable-x86_64-pc-windows-gnu
components: rustfmt

# - name: install rust
# run: pacman -S --noconfirm --noprogressbar --needed mingw-w64-ucrt-x86_64-rust
mingw: clang rust

- name: Cache - .downloaded-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 28e0a3e

Please sign in to comment.