Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Nov 8, 2021
1 parent d9b4d79 commit b739d0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: actions/cache@v2
with:
path: "~/.opam"
key: opam-${{github.base_ref}}-${{github.ref}}
key: opamdir-${{github.base_ref}}-${{github.ref}}
restore-keys: |
opam--refs/heads/${{github.base_ref}}
opamdir--refs/heads/${{github.base_ref}}
- name: Install OCaml
uses: avsm/setup-ocaml@v1
Expand All @@ -27,7 +27,6 @@ jobs:
fetch-depth: 1

- run: opam repo add coq-released https://coq.inria.fr/opam/released
- run: opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
- run: opam install . --deps-only --with-doc --with-test

- run: opam exec -- make -j 2 all

0 comments on commit b739d0d

Please sign in to comment.