Skip to content

Commit

Permalink
CI fix attempt #41
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellb committed May 9, 2023
1 parent 06cfc36 commit eba1dba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@ jobs:
opam_file: 'coq-voqc.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: ${{ matrix.ocaml_version }}
before_install:
startGroup "Install dependency"
opam pin add coq-sqir .
endGroup
before_install: opam pin add coq-sqir .

0 comments on commit eba1dba

Please sign in to comment.