Skip to content

Commit daf3d0e

Browse files
committed
Update .github/workflows/ci.yml
1 parent 6575b29 commit daf3d0e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
with:
4545
repository: thinca/vim-themis
4646
path: vim-themis
47+
- name: Disable NLS on macOS
48+
if: matrix.platform == 'macOS'
49+
run: rm -f $(which msgfmt)
4750
- name: Setup Vim
4851
id: vim
4952
uses: thinca/action-setup-vim@v1

0 commit comments

Comments
 (0)