Skip to content

Commit

Permalink
Running benchmarks requires a C++ compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 30, 2023
1 parent 6437289 commit 30c7da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cygwin/cygwin-install-action@v4
with:
packages: cmake gcc-core make pkg-config
packages: cmake gcc-core gcc-g++ make pkg-config
- run: ./run.sh
- run: cd tests && make && ./tests
- run: cd benchmarks && make && ./benchmarks
Expand Down

0 comments on commit 30c7da8

Please sign in to comment.