Skip to content

Commit

Permalink
MSYS2 - use clang instead of clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Sep 21, 2023
1 parent a6807cf commit 3550e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: mingw
mingw: clang-15
mingw: clang

- name: Install/Update Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ucrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: 3.2
mingw: clang-15
mingw: clang

- name: Install/Update Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 3550e99

Please sign in to comment.