Skip to content

Commit 1ad3ef5

Browse files
committed
1 parent 327658d commit 1ad3ef5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,18 @@ jobs:
5757
fail-fast: false
5858
steps:
5959
- uses: actions/checkout@v2
60-
- uses: coq-community/docker-coq-action@v1
60+
- uses: coq-community/docker-coq-action@split-script
6161
with:
6262
opam_file: './coq-demo.opam'
6363
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
6472
6573
# Remark:
6674
# you may want to add the following badge to your README.md:

0 commit comments

Comments
 (0)