Skip to content

Commit

Permalink
fixup! ci: add win32 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed May 18, 2024
1 parent e11c156 commit 5c759a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- name: Install Vim and Neovim
run: |
choco install vim neovim
choco install -y vim
choco install -y neovim
- name: Download Dependencies
run: |
Expand Down

0 comments on commit 5c759a6

Please sign in to comment.