Skip to content

Commit

Permalink
Disable module building on Windows CI
Browse files Browse the repository at this point in the history
...at least until the Github Actions image includes CMake 3.28
  • Loading branch information
tcbrindle committed Jan 6, 2024
1 parent bf38e00 commit 9d4a863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
-DFLUX_BUILD_BENCHMARKS=${{matrix.build_type == 'Release'}} \
-DFLUX_BUILD_MODULE=On \
-A ${{matrix.platform}} \
$GITHUB_WORKSPACE
Expand Down

0 comments on commit 9d4a863

Please sign in to comment.