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 49725e0 commit a8c1835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
choco install -y vim
choco install -y neovim
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
refreshenv
- name: Download Dependencies
run: |
Expand Down

0 comments on commit a8c1835

Please sign in to comment.