Skip to content

Commit

Permalink
Add Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Nov 10, 2023
1 parent b64dae1 commit 0afd07a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
- name: Install automake on macOS
if: runner.os == 'macOS'
run: brew install automake
- name: Install MinGW on Windows
if: runner.os == 'Windows'
run: choco install make
- run: make
- run: ./tau --help

0 comments on commit 0afd07a

Please sign in to comment.