Skip to content

Commit c51f820

Browse files
committed
ad-hoc Coq-Docker-Action config for 8.18
1 parent efbd07d commit c51f820

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docker-action.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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.
31
name: Docker CI
42

53
on:
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

0 commit comments

Comments
 (0)