Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregersen committed Sep 18, 2023
1 parent 8e7f33a commit e806d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
with:
coq_version: ${{ matrix.coq_version }}
ocaml_version: "4.14.1-flambda"
install: ""
install: "opam install . --deps-only --yes"
before_script: |
sudo chown -R coq:coq . # workaround a permission issue
script: |
startGroup Build
opam install . --deps-only
make ci -j2
endGroup
uninstall: |
Expand Down

0 comments on commit e806d95

Please sign in to comment.