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 f673284 commit 6d24a56Copy full SHA for 6d24a56
.github/workflows/build-coq-demo.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
36
- uses: actions/checkout@v2
37
- - uses: erikmd/docker-coq-action@master
+ - uses: erikmd/docker-coq-action@v1
38
with:
39
opam_file: 'coq-demo.opam'
40
coq_version: ${{ matrix.coq_version }}
@@ -52,7 +52,7 @@ jobs:
52
max-parallel: 4
53
54
55
56
57
opam_file: './coq-demo.opam'
58
custom_image: ${{ matrix.image }}
0 commit comments