Skip to content

Commit

Permalink
Remove v again, to allow for any version
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 20, 2024
1 parent 213b942 commit 9956800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- OpenFOAM5
versionpreCICE:
description: 'Version of preCICE to build with'
default: '3.0.0'
default: 'v3.0.0'
required: true
runTutorialHeatedPlate:
description: Run tutorial flow-over-heated-plate
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install preCICE (no cache)
uses: precice/setup-precice-action@main
with:
precice-version: v${{ github.event.inputs.versionpreCICE }}
precice-version: ${{ github.event.inputs.versionpreCICE }}
- name: Install OpenFOAM (no cache)
id: installOpenFOAM
run: |
Expand Down

0 comments on commit 9956800

Please sign in to comment.