diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0fcfcb..793d769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,9 @@ jobs: with: repository: thinca/vim-themis path: vim-themis + - name: Disable NLS on macOS + if: matrix.platform == 'macOS' + run: rm -f $(which msgfmt) - name: Setup Vim id: vim uses: thinca/action-setup-vim@v1