Skip to content

Commit

Permalink
ad-hoc Coq-Docker-Action config for 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 3, 2023
1 parent efbd07d commit 4d19c71
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
push:
branches:
- master
- v8.18
pull_request:
branches:
- '**'
Expand All @@ -20,11 +18,15 @@ jobs:
- 'coqorg/coq:dev'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-aac-tactics.opam'
custom_image: ${{ matrix.image }}
before_install: |
startGroup "Print opam config and unpin dune"
opam config list; opam repo list; opam list; opam pin remove coq -y
endGroup
# See also:
# https://github.com/coq-community/docker-coq-action#readme
Expand Down

0 comments on commit 4d19c71

Please sign in to comment.