Skip to content

Commit 2326de0

Browse files
committed
Test the new docker-coq-action feature allowing "opam_file" folders
1 parent 0ac92e9 commit 2326de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: coq-community/docker-coq-action@v1
4242
with:
43-
opam_file: 'coq-demo.opam'
43+
# opam_file: 'coq-demo.opam'
44+
opam_file: '.'
4445
coq_version: ${{ matrix.coq_version }}
4546
ocaml_version: ${{ matrix.ocaml_version }}
4647

0 commit comments

Comments
 (0)