Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 24, 2024
1 parent 4ad7922 commit 2f728db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
include:
- { sys: mingw64, env: x86_64 }
#- { sys: mingw64, env: x86_64 }
- { sys: ucrt64, env: ucrt-x86_64 }
- { sys: clang64, env: clang-x86_64 }
- { sys: clang64, env: clang-x86_64, make_env: CC=clang CXX=clang++ LD=lld }
steps:
- name: Install MSYS2 for Windows
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 2f728db

Please sign in to comment.