This action installs preCICE in the given prefix and adds it to the path.
The version of preCICE to use. Can be a branch or tag or SHA. Defaults to develop
The installation prefix for preCICE. Default is /usr/local
Whether to build tests. Should be OFF
off for all non-develop builds. Defaults to OFF
- name: build preCICE
uses: precice/setup-precice-action@main
with:
precice-version: develop
install-prefix: /usr/local