Skip to content

Commit 03ce0a1

Browse files
chengloucristianoc
andauthored
Fix CI that has been broken on Windows. (#148)
* Update ci.yml * Update ci.yml * See how well cache works. * test cache again Co-authored-by: Cristiano Calcagno <[email protected]>
1 parent 3442dbb commit 03ce0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
key: ${{matrix.os}}-latest-ocaml-4.06.1
2626

2727
- name: Use OCaml
28-
uses: avsm/setup-ocaml@v1.1.10
28+
uses: avsm/setup-ocaml@v2
2929
with:
30-
ocaml-version: 4.06.1
30+
ocaml-compiler: 4.06.x
3131

3232
- name: Use Node.js
3333
uses: actions/[email protected]

0 commit comments

Comments
 (0)