Skip to content

Commit

Permalink
fixed it so it actually compiles for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jun 23, 2023
1 parent 0564895 commit 49ddab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make
run: make
run: make buildWindows
- name: make check
run: make test

0 comments on commit 49ddab3

Please sign in to comment.