Skip to content

Commit

Permalink
update doc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 15, 2025
1 parent 3ba06ac commit 19c1add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
run: sudo apt-get update

- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: setup ocaml
uses: avsm/setup-ocaml@v1
uses: avsm/setup-ocaml@v3
with:
ocaml-version: 4.14.2
ocaml-compiler: 4.14.2

- name: install deps
run: |
Expand Down

0 comments on commit 19c1add

Please sign in to comment.