Skip to content

Commit

Permalink
Disable windows, opam things
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 8, 2023
1 parent 1924848 commit 07c9a56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [
ubuntu-latest,
macos-latest,
# windows-latest
]
ocaml-compiler:
- 5.1.0

Expand Down

0 comments on commit 07c9a56

Please sign in to comment.