Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 1, 2024
1 parent 55b8842 commit 9bd73e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build
on:
push:
pull_request:
branches:
- master
- main
pull_request:
jobs:
run:
name: Build
Expand All @@ -16,12 +16,14 @@ jobs:
ocaml-compiler:
- 4.03.x
- 4.12.x
- 5.1.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true
- run: opam pin -n .
- run: opam depext -yt mc2
- run: opam install -t . --deps-only
Expand Down

0 comments on commit 9bd73e7

Please sign in to comment.