Skip to content

Commit b739d0d

Browse files
committed
fix CI
1 parent d9b4d79 commit b739d0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/cache@v2
1313
with:
1414
path: "~/.opam"
15-
key: opam-${{github.base_ref}}-${{github.ref}}
15+
key: opamdir-${{github.base_ref}}-${{github.ref}}
1616
restore-keys: |
17-
opam--refs/heads/${{github.base_ref}}
17+
opamdir--refs/heads/${{github.base_ref}}
1818
1919
- name: Install OCaml
2020
uses: avsm/setup-ocaml@v1
@@ -27,7 +27,6 @@ jobs:
2727
fetch-depth: 1
2828

2929
- 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
3130
- run: opam install . --deps-only --with-doc --with-test
3231

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

0 commit comments

Comments
 (0)