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 5c759a6 commit 0ecb81c
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 @@ -79,6 +79,8 @@ 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"
nvim -Es -u init.vim -c 'Vader! test/*.vader'
Expand Down

0 comments on commit 0ecb81c

Please sign in to comment.