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 Mar 16, 2024
1 parent f32f3b6 commit 6980d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: rm -f $(which msgfmt)
- name: Setup Vim
id: vim
uses: thinca/action-setup-vim@v1
uses: thinca/action-setup-vim@v2
with:
vim_version: ${{ matrix.vim_version }}
download: ${{ matrix.download }}
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install covimerage
run: |
python -m pip install -U pip setuptools wheel
pip install -U covimerage
python -m pip install -U covimerage
- name: Test
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
Expand Down

0 comments on commit 6980d44

Please sign in to comment.