We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cb9fb commit ff8ac27Copy full SHA for ff8ac27
.github/workflows/gh-pages.yml
@@ -11,9 +11,9 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
14
- - uses: ocaml/setup-ocaml@v2
+ - uses: ocaml/setup-ocaml@v3
15
with:
16
- ocaml-compiler: 4.12.x
+ ocaml-compiler: 4.14.x
17
18
- name: Pin
19
run: opam pin -n .
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
#- windows-latest
ocaml-compiler:
- 4.03.x
- - 4.12.x
+ - 4.14.x
- 5.03.x
20
runs-on: ${{ matrix.os }}
21
@@ -27,7 +27,7 @@ jobs:
27
- run: opam install -t . --deps-only
28
- run: opam exec -- dune build
29
- name: Install docker compose
30
- run: sudo pip install docker-compose
+ run: sudo apt install docker-compose
31
if: ${{ matrix.os == 'ubuntu-latest'}}
32
- name: Start containers
33
run: docker-compose up -d
0 commit comments