Skip to content

Commit

Permalink
github CI: remove msvcrt
Browse files Browse the repository at this point in the history
msvcrt support was effectively killed when wstring support was removed.
No need to test for it.

Signed-off-by: Rosen Penev <[email protected]>
(cherry picked from commit 50eca16)
  • Loading branch information
neheb authored and kmilos committed Jul 10, 2023
1 parent 7b51b7c commit e3f7509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
deps: ['enabled', 'disabled']
platform: ['MINGW32', 'MINGW64', 'UCRT64', 'CLANG32', 'CLANG64']
platform: ['UCRT64', 'CLANG32', 'CLANG64']
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e3f7509

Please sign in to comment.