Skip to content

Commit

Permalink
Revert back to previous step output state
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 20, 2024
1 parent 8012fd9 commit 8057f4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,9 @@ jobs:
exit 1;;
esac
- name: Build OpenFOAM-preCICE adapter
env:
OPENFOAM_EXEC: ${{steps.installOpenFOAM.outputs.openfoam_exec}}
run: |
echo "OpenFOAM environment: $OPENFOAM_EXEC"
$OPENFOAM_EXEC ./Allwmake
echo "OpenFOAM environment: ${{steps.installOpenFOAM.outputs.openfoam_exec}}"
${{steps.installOpenFOAM.outputs.openfoam_exec}} ./Allwmake
- name: Get tutorials
run: |
git clone https://github.com/precice/tutorials.git --branch ${{ github.event.inputs.branchTutorials }} --depth 1
Expand Down

0 comments on commit 8057f4e

Please sign in to comment.