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 2f615fd commit 8a8abcdCopy full SHA for 8a8abcd
.github/workflows/build-coq-demo.yml
@@ -37,7 +37,7 @@ jobs:
37
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38
- uses: actions/checkout@v2
39
40
- - uses: erikmd/docker-coq-action@alpha
+ - uses: erikmd/docker-coq-action@master
41
id: docker-coq-action
42
with:
43
opam_file: 'coq-demo.opam'
@@ -71,7 +71,7 @@ jobs:
71
max-parallel: 4
72
steps:
73
74
75
id: docker-mathcomp-action
76
77
opam_file: './coq-demo.opam'
0 commit comments