Skip to content

Commit

Permalink
ci: fix .github/workflows/test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Feb 24, 2025
1 parent cd83d35 commit 8fe4543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml_version }}
- run: opam install . --deps-only --with-test
Expand Down

0 comments on commit 8fe4543

Please # to comment.