Skip to content

Fix deprecation warning #428

Fix deprecation warning

Fix deprecation warning #428

Workflow file for this run

name: Build
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Set up git repository
uses: actions/checkout@v3
- name: Build plugin
uses: coq-community/docker-coq-action@v1
with:
custom_image: 'coqorg/coq:8.19.2-ocaml-4.14.2-flambda'
opam_file: 'coq-waterproof.opam'
before_script: |
startGroup "Install dependencies"
sudo apt-get -y -q install binutils make csh g++ sed gawk autoconf automake autotools-dev
endGroup