File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- # This file was generated from `meta.yml`, please do not edit manually.
2- # Follow the instructions on https://github.com/coq-community/templates to regenerate.
31name : Docker CI
42
53on :
64 push :
75 branches :
8- - master
6+ - v8.18
97 pull_request :
108 branches :
119 - ' **'
@@ -20,11 +18,15 @@ jobs:
2018 - ' coqorg/coq:dev'
2119 fail-fast : false
2220 steps :
23- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2422 - uses : coq-community/docker-coq-action@v1
2523 with :
2624 opam_file : ' coq-aac-tactics.opam'
2725 custom_image : ${{ matrix.image }}
26+ before_install : |
27+ startGroup "Print opam config and unpin dune"
28+ opam config list; opam repo list; opam list; opam pin remove coq-core coq-stdlib coqide-server coq -y
29+ endGroup
2830
2931# See also:
3032# https://github.com/coq-community/docker-coq-action#readme
You can’t perform that action at this time.
0 commit comments