summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2022-04-12 12:35:25 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2022-04-22 11:34:42 +0200
commitc29cf39449f78008e39af8f83760f2464815248b (patch)
treeee131abc1a258cf4486a25d1c1d2a00ca49c27fe /.github/workflows/ci.yml
parentc5e7de5dee9995cbc7247e37ccd0a6ddd1f7db56 (diff)
Minimal test checking we can get public key in Turkish locale
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18069)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5bd32341f2..3cab9617ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,6 +69,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ - name: localegen
+ run: sudo locale-gen tr_TR.UTF-8
- name: config
run: CC=gcc ./config --banner=Configured enable-fips --strict-warnings && perl configdata.pm --dump
- name: make