Skip to content

Commit

Permalink
ts: use fixed version of OpenFOAM for source-sh tests
Browse files Browse the repository at this point in the history
As OpenFOAM is currently changing the way it initializes its
environment, fix use of previous version for the sake of our source-sh
tests.
  • Loading branch information
xdelaruelle committed Jun 9, 2024
1 parent e87b9e7 commit 692d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ miniconda3:

# fetch OpenFOAM repository (for source-sh test purpose)
OpenFOAM-dev:
git clone --depth 1 $(OPENFOAM_REPOURL)
git clone --branch 20240520 --depth 1 $(OPENFOAM_REPOURL)

# install code coverage tool
# download from alt. source if correct tarball not retrieved from primary location
Expand Down

0 comments on commit 692d555

Please sign in to comment.