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 0ecb81c commit 61fd3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
choco install -y vim
choco install -y neovim
refreshenv
- name: Download Dependencies
run: |
Expand Down Expand Up @@ -79,7 +80,6 @@ jobs:
- name: Test NeoVim
run: |
# Uploaded release compiled with recent Java.
C:\tools\nvim -version
nvim -version
$env:JAVA_HOME = $env:JAVA_HOME_21_X64
$env:PATH = "c-worksheet-instrumentor-0.2.6\bin;$env:PATH"
Expand Down

0 comments on commit 61fd3be

Please sign in to comment.