Skip to content

Commit 35f1e29

Browse files
committed
fix
1 parent 749b5ce commit 35f1e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252

253253
- name: Use OCaml ${{matrix.ocaml_compiler}}
254254
uses: ocaml/setup-ocaml@v3.0.0
255-
if: steps.cache-opam-env.outputs.cache-hit != 'true' && matrix.os != 'windows-latest'
255+
if: steps.cache-opam-env.outputs.cache-hit != 'true'
256256
with:
257257
ocaml-compiler: ${{matrix.ocaml_compiler}}
258258
allow-prerelease-opam: true

0 commit comments

Comments
 (0)