From 83de14c74663dc929cd9156948b07c1717330f47 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Thu, 9 May 2024 10:45:01 +0200 Subject: [PATCH] comment out chinese locale --- .github/workflows/check-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index 98d6815ac..d36be307c 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -27,7 +27,7 @@ jobs: - { os: ubuntu-latest, r: "devel", http-user-agent: "release" } - { os: ubuntu-latest, r: "devel", locale: "en_US" } - - { os: ubuntu-latest, r: "release", locale: "zh_CN" } + #- { os: ubuntu-latest, r: "release", locale: "zh_CN" } - { os: ubuntu-latest, r: "oldrel-1" } - { os: ubuntu-latest, r: "oldrel-2" } - { os: ubuntu-latest, r: "oldrel-3" }