Skip to content

Commit f9876e8

Browse files
committed
update ci workflow
1 parent a87dc61 commit f9876e8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
- name: Use OCaml ${{ matrix.ocaml-version }}
24-
uses: avsm/setup-ocaml@v1
24+
uses: ocaml/setup-ocaml@v3
2525
with:
26-
ocaml-version: ${{ matrix.ocaml-version }}
27-
- run: opam pin add . --no-action
28-
- run: opam depext irmin-watcher --yes --with-doc --with-test
26+
ocaml-compiler: ${{ matrix.ocaml-version }}
2927
- run: opam install . --deps-only --with-doc --with-test
3028
- run: opam exec -- dune build
3129
- run: opam exec -- dune runtest

0 commit comments

Comments
 (0)