Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Apr 1, 2024
1 parent 1a70090 commit c3cc223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand All @@ -28,6 +28,8 @@ jobs:
# apt update is implicit
# pinning package implicit
# depext install implicit
- run: opam install . --deps-only --with-test

- run: opam install . ocamlformat.0.20.1

- name: compile
Expand Down

0 comments on commit c3cc223

Please sign in to comment.