Skip to content
name: Extract and Run - Coq
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: coqorg/coq:8.18.0-ocaml-4.13.1-flambda
options: --user root
steps:
- uses: actions/checkout@v3
- name: Build
run: |

Check failure on line 13 in .github/workflows/extract_and_run_coq.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/extract_and_run_coq.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
export HOME=/home/coq
export PATH=$HOME/.cargo/bin:$PATH
env
opam switch 4.13.1+flambda
eval $(opam env)
./setup.sh
cd examples/coverage
cargo hax into coq
cd proofs/coq/extraction
sed 's/_impl_f_/_f_/' < Coverage_Test_instance.v > Coverage_Test_instance.v
coq_makefile -f _CoqProject -o Makefile
make