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 d9b4d79 commit b739d0dCopy full SHA for b739d0d
.github/workflows/build.yml
@@ -12,9 +12,9 @@ jobs:
12
uses: actions/cache@v2
13
with:
14
path: "~/.opam"
15
- key: opam-${{github.base_ref}}-${{github.ref}}
+ key: opamdir-${{github.base_ref}}-${{github.ref}}
16
restore-keys: |
17
- opam--refs/heads/${{github.base_ref}}
+ opamdir--refs/heads/${{github.base_ref}}
18
19
- name: Install OCaml
20
uses: avsm/setup-ocaml@v1
@@ -27,7 +27,6 @@ jobs:
27
fetch-depth: 1
28
29
- run: opam repo add coq-released https://coq.inria.fr/opam/released
30
- - run: opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
31
- run: opam install . --deps-only --with-doc --with-test
32
33
- run: opam exec -- make -j 2 all
0 commit comments