Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Oct 10, 2023
1 parent 6575b29 commit daf3d0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daf3d0e

Please sign in to comment.