diff options
author | Konstantin <ria.freelander@gmail.com> | 2018-08-21 19:47:56 +0300 |
---|---|---|
committer | Konstantin <ria.freelander@gmail.com> | 2018-08-21 19:47:56 +0300 |
commit | 682c6353a7d24063be78787d45e63bfcaca78582 (patch) | |
tree | 4ee4225a443736c6fe2609e02310776e0899707a | |
parent | b32bf9cfa0a0bf1679e8a31af971b4c60f5699e7 (diff) | |
download | musl-locales-682c6353a7d24063be78787d45e63bfcaca78582.tar.gz musl-locales-682c6353a7d24063be78787d45e63bfcaca78582.tar.bz2 musl-locales-682c6353a7d24063be78787d45e63bfcaca78582.tar.xz musl-locales-682c6353a7d24063be78787d45e63bfcaca78582.zip |
CI: pt3
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d675e1d..37912db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build-main: - mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr - make - make install - - export MUSL_LOCPATH /usr/share/i18n/locales/musl + - export MUSL_LOCPATH=/usr/share/i18n/locales/musl - locale -a # artifacts: # paths: |