We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5aca917 + a053559 commit 6673362Copy full SHA for 6673362
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
build-test:
12
runs-on: ubuntu-latest
13
container:
14
- image: quay.io/ukaea/hippo:e61505f86052be9bb6a5
+ image: quay.io/ukaea/hippo:832fedfb59feaa9d14dc
15
16
steps:
17
- uses: actions/checkout@v4
scripts/install-openfoam.sh
@@ -116,5 +116,4 @@ if [ ${STRIP_SOURCES} -eq 1 ]; then
116
rm -rf "${OPENFOAM_DIR}/platforms/${WM_OPTIONS}/src"
117
rm -rf "${OPENFOAM_DIR}/test/"
118
rm -rf "${OPENFOAM_DIR}/tutorials/"
119
- rm -rf "${OPENFOAM_DIR}/wmake/"
120
fi
0 commit comments