Skip to content

Commit 4b201a3

Browse files
committed
source bashrc on rocky (should probably be /etc/profile)
1 parent 27bf3ea commit 4b201a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
export CC=/usr/bin/clang-14
100100
export CXX=/usr/bin/clang++-14
101101
export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations"
102-
export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/"
102+
export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/"
103103
else
104104
echo 'Unsupported compiler: ${{ matrix.compiler }}'
105105
exit 1
@@ -326,6 +326,7 @@ jobs:
326326

327327
- name: Build
328328
run: |
329+
if [ -f /etc/bashrc ]; then source /etc/bashrc; fi
329330
export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations -Wignored-qualifiers"
330331
cp .github/workflows/rocky_configure.sh rocky_configure.sh
331332
bash rocky_configure.sh

0 commit comments

Comments
 (0)