Browse Source

CI: Disable packing ICU data by default

djklim87 7 months ago
parent
commit
4a61c69093
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_template.yml

+ 1 - 1
.github/workflows/build_template.yml

@@ -83,7 +83,7 @@ jobs:
       env:
         CACHEB: "../cache"
         DIAGNOSTIC: 1
-        PACK_ICUDATA: 1
+        PACK_ICUDATA: 0
         NO_TESTS: 1
         DISTR: ${{ inputs.DISTR }}
         boost: ${{ inputs.boost_url_key }}