Skip to content

Commit

Permalink
Merge pull request #34 from inQWIRE/fix-ci
Browse files Browse the repository at this point in the history
Update coq-action.yml
  • Loading branch information
adrianleh authored Apr 5, 2023
2 parents d97ea40 + f37501e commit 71b5b22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
- '8.14'
- '8.15'
- '8.16'
- '8.17'
- 'dev'
ocaml_version:
- 'default'
fail-fast: false # don't stop jobs if one fails
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-quantumlib.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: ${{ matrix.ocaml_version }}

0 comments on commit 71b5b22

Please sign in to comment.