Skip to content

Commit 0cd2891

Browse files
committed
try to fix CI
1 parent ef9e544 commit 0cd2891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: ocaml/setup-ocaml@v2
24+
- uses: ocaml/setup-ocaml@v3
2525
with:
2626
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2727
dune-cache: true

0 commit comments

Comments
 (0)