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 55b8842 commit 9bd73e7Copy full SHA for 9bd73e7
.github/workflows/main.yml
@@ -1,9 +1,9 @@
1
name: build
2
on:
3
push:
4
- pull_request:
5
branches:
6
- - master
+ - main
+ pull_request:
7
jobs:
8
run:
9
name: Build
@@ -16,12 +16,14 @@ jobs:
16
ocaml-compiler:
17
- 4.03.x
18
- 4.12.x
19
+ - 5.1.x
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v2
23
- uses: ocaml/setup-ocaml@v2
24
with:
25
ocaml-compiler: ${{ matrix.ocaml-compiler }}
26
+ allow-prerelease-opam: true
27
- run: opam pin -n .
28
- run: opam depext -yt mc2
29
- run: opam install -t . --deps-only
0 commit comments