Skip to content

Commit 9ab2e77

Browse files
committed
Use erikmd/docker-coq-action@alpha
following the merge of PRs: - rocq-community/docker-coq-action#8 - rocq-community/docker-coq-action#9
1 parent 20eb1c9 commit 9ab2e77

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: CI
44

55
# Controls when the action will run.
66
# cf. https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
7-
# Triggers the workflow on all push events or pull request events for the
7+
# Triggers the workflow on push events or pull request events for the
88
# master branch only:
99
on:
1010
push:
1111
branches:
12-
- '**'
12+
- master
1313
pull_request:
1414
branches:
1515
- master
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
coq_version: ['8.11', 'dev']
28-
ocaml_version: ['4.07-flambda', '4.09-flambda']
28+
ocaml_version: ['4.07-flambda']
2929
# at most 20 concurrent jobs per free account
3030
# cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3131
max-parallel: 4
@@ -35,7 +35,7 @@ jobs:
3535
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3636
- uses: actions/checkout@v2
3737

38-
- uses: erikmd/docker-coq-action@simplify-entrypoint
38+
- uses: erikmd/docker-coq-action@alpha
3939
id: docker-coq-action
4040
with:
4141
opam_file: 'coq-demo.opam'
@@ -50,8 +50,6 @@ jobs:
5050
opam update -y
5151
endGroup
5252
startGroup Build
53-
variable=OK
54-
echo "$variable"
5553
opam install -y -v -j 2 $PACKAGE
5654
opam list
5755
endGroup

0 commit comments

Comments
 (0)