From daf3d0ecf0fdc612a2dac900a7df0916dd2c4f36 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Tue, 10 Oct 2023 21:09:28 +0900 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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