diff --git a/.ci-builds/.azure-pipelines-icu4c.yml b/.ci-builds/.azure-pipelines-icu4c.yml index a1f1829dea33..c76dd2e8a37f 100644 --- a/.ci-builds/.azure-pipelines-icu4c.yml +++ b/.ci-builds/.azure-pipelines-icu4c.yml @@ -44,7 +44,7 @@ jobs: fetchDepth: 10 # Note: This job uses `make -j2` instead of `make -j -l2.5` because with more parallelism (PR #2456) # this check became flaky. The build apparently was not done copying one or another .ucm file before - # calling makeconv for it, although the Makefile has appropriate dependencies. + # calling makeconv for it, although the Makefile has appropriate dependencies - script: | cd icu4c/source && \ ICU_DATA_FILTER_FILE=../../.ci-builds/data-filter.json ./runConfigureICU Linux && \