We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
case
1 parent 9ed1517 commit e276076Copy full SHA for e276076
1 file changed
.github/workflows/mingw.yml
@@ -44,7 +44,7 @@ jobs:
44
) }}
45
MINGW_PACKAGE_PREFIX: >-
46
mingw-w${{
47
- endsWith(matrix.msystem, '64') && '64' || '32'
+ case(endsWith(matrix.msystem, '64'), '64', '32')
48
}}-${{ case(
49
startsWith(matrix.msystem, 'clang'), 'clang',
50
startsWith(matrix.msystem, 'ucrt'), 'ucrt',
0 commit comments