We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befa0a0 commit 0105ac9Copy full SHA for 0105ac9
.github/workflows/posix.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: "Minimum Versions"
38
env_file: actions-38-minimum_versions.yaml
39
pattern: "not slow and not network and not single_cpu"
40
- - name: "Locale: it_IT.utf8"
+ - name: "Locale: it_IT"
41
env_file: actions-38.yaml
42
43
extra_apt: "language-pack-it"
@@ -47,7 +47,7 @@ jobs:
47
# Also install it_IT (its encoding is ISO8859-1) but do not activate it.
48
# It will be temporarily activated during tests with locale.setlocale
49
extra_loc: "it_IT"
50
- - name: "Locale: zh_CN.utf8"
+ - name: "Locale: zh_CN"
51
52
53
extra_apt: "language-pack-zh-hans"
0 commit comments