We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6575b29 commit daf3d0eCopy full SHA for daf3d0e
1 file changed
.github/workflows/ci.yml
@@ -44,6 +44,9 @@ jobs:
44
with:
45
repository: thinca/vim-themis
46
path: vim-themis
47
+ - name: Disable NLS on macOS
48
+ if: matrix.platform == 'macOS'
49
+ run: rm -f $(which msgfmt)
50
- name: Setup Vim
51
id: vim
52
uses: thinca/action-setup-vim@v1
0 commit comments