We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327658d commit 1ad3ef5Copy full SHA for 1ad3ef5
.github/workflows/build-coq-demo.yml
@@ -57,10 +57,18 @@ jobs:
57
fail-fast: false
58
steps:
59
- uses: actions/checkout@v2
60
- - uses: coq-community/docker-coq-action@v1
+ - uses: coq-community/docker-coq-action@split-script
61
with:
62
opam_file: './coq-demo.opam'
63
custom_image: ${{ matrix.image }}
64
+ # Dummy test for https://github.com/coq-community/docker-coq-action/pull/33
65
+ before_install: |
66
+ sudo apt-get update -y -q
67
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends emacs
68
+ before_script: |
69
+ opam config report
70
+ after_script: |
71
+ emacs --version
72
73
# Remark:
74
# you may want to add the following badge to your README.md:
0 commit comments