summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-07 04:36:16 -0600
committerGitHub <noreply@github.com>2022-09-07 04:36:16 -0600
commit7d7a1a9637e1d65171efacfd0b1b641f60fa2916 (patch)
treed6e4fdf2a64d84d96ed722b943865989b59ffff9 /.github/workflows
parent69c33e58d45a118661e67719b9d67a6243419081 (diff)
resolves #928 use ICU if available to sort index entries and group terms under ASCII letter category (PR #2333)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6055e9e..b5b7a293 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -124,6 +124,10 @@ jobs:
run: |
echo 'PRAWN_GMAGICK_VERSION=0.0.9' >> $GITHUB_ENV
brew install GraphicsMagick
+ - name: Set ffi-icu version (Linux)
+ if: matrix.primary
+ run: |
+ echo 'FFI_ICU_VERSION=0.4.3' >> $GITHUB_ENV
- name: Set Rouge version
if: matrix.rouge-version
run: echo 'ROUGE_VERSION=${{ matrix.rouge-version }}' >> $GITHUB_ENV