Skip to content

Commit

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

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

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

0 comments on commit c36c95b

Please sign in to comment.