Fix typo #1052
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build with OpenFOAM v2406 | |
on: | |
push: | |
branches-ignore: | |
- 'OpenFOAM*' | |
paths-ignore: | |
- 'docs/**' | |
- 'tools/**' | |
- 'CHANGELOG.md' | |
- 'CONTRIBUTING.md' | |
- 'README.md' | |
pull_request: | |
branches-ignore: | |
- 'OpenFOAM*' | |
paths-ignore: | |
- 'docs/**' | |
- 'tools/**' | |
- 'CHANGELOG.md' | |
- 'CONTRIBUTING.md' | |
- 'README.md' | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
container: precice/precice:nightly | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Set up OpenFOAM | |
uses: gerlero/setup-openfoam@v1 | |
with: | |
openfoam-version: 2406 | |
- name: Build OpenFOAM-preCICE adapter | |
run: ./Allwmake |