Skip to content

Commit

Permalink
Disabled the Windows build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 9, 2022
1 parent f0c1686 commit aeef47f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
# FIXME: CMake doesn't build properly on Windows
# - windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aeef47f

Please sign in to comment.