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 08b457b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -18,16 +18,18 @@ jobs:

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

- run: sudo apt-get update

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

# apt update is implicit
# pinning package implicit
# depext install implicit
# apt update is implicit
# pinning package implicit
# depext install implicit
- run: opam install . ocamlformat.0.20.1

- name: compile
Expand Down

0 comments on commit 08b457b

Please sign in to comment.