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 b599091 commit 89f05c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ jobs:
run: |
# Uploaded release compiled with recent Java.
$env:JAVA_HOME = $env:JAVA_HOME_21_X64
./c-worksheet-instrumentor-0.2.6/bin/c-worksheet-instrumentor.bat -c @"
@"
#include <stdio.h>
int main(int argc, char **argv) {
printf("Hello World`n");
}
"@
"@ | Out-File -FilePath hello.c
./c-worksheet-instrumentor-0.2.6/bin/c-worksheet-instrumentor.bat hello.c
- name: Test Vim
run: |
Expand Down

0 comments on commit 89f05c0

Please sign in to comment.