Skip to content

Add subst_app for polyadic prepending and make subst_cons a notation #9

Add subst_app for polyadic prepending and make subst_cons a notation

Add subst_app for polyadic prepending and make subst_cons a notation #9

Workflow file for this run

name: 8.18
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1.4.1
with:
coq_version: "8.18"
ocaml_version: default
before_script: |
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
endGroup
script: |
startGroup "Build project"
make
endGroup
after_script: |
startGroup "Revert permissions"
sudo chown -R 1001:116 .
endGroup