Skip to content

Commit

Permalink
Use CLANG{32,64} instead of MINGW{32,64}
Browse files Browse the repository at this point in the history
Use CLANG{32,64} to use UCRT for the runtime library.
Hopefully, this solves universal-ctags/ctags#3014.

Note that msys2.org doesn't provide UCRT32 environment now.
  • Loading branch information
k-takata committed Jun 6, 2022
1 parent 6d23333 commit e859680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ctags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
fail-fast: false
matrix:
include:
- { arch: x64, msystem: MINGW64, bits: 64 }
- { arch: x86, msystem: MINGW32, bits: 32 }
- { arch: x64, msystem: CLANG64, bits: 64 }
- { arch: x86, msystem: CLANG32, bits: 32 }

defaults:
run:
Expand Down

0 comments on commit e859680

Please sign in to comment.