Skip to content

Commit

Permalink
GHA: Fix setup-ocaml breakage for older Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tleedjarv committed Sep 13, 2023
1 parent 3d524c4 commit 94d4e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ jobs:
uses: actions/checkout@v3

- name: Use OCaml ${{ matrix.job.ocaml-version }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v2.0.19
with:
ocaml-compiler: ${{ matrix.job.ocaml-version }}
opam-disable-sandboxing: true
Expand Down

0 comments on commit 94d4e95

Please sign in to comment.