Skip to content

Commit

Permalink
Move preCICE installation step up
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 20, 2024
1 parent 08f6a57 commit 213b942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.refAdapter }}
- name: Install preCICE (no cache)
uses: precice/setup-precice-action@main
with:
precice-version: v${{ github.event.inputs.versionpreCICE }}
- name: Install OpenFOAM (no cache)
id: installOpenFOAM
run: |
Expand Down Expand Up @@ -160,10 +164,6 @@ jobs:
echo "I cannot find ${{ github.event.inputs.refAdapter }} in my known options."
exit 1;;
esac
- name: Install preCICE (no cache)
uses: precice/setup-precice-action@main
with:
precice-version: v${{ github.event.inputs.versionpreCICE }}
- name: Build OpenFOAM-preCICE adapter
run: |
${{steps.installOpenFOAM.outputs.openfoam_exec}} ./Allwmake
Expand Down

0 comments on commit 213b942

Please sign in to comment.