We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bf3ea commit 4b201a3Copy full SHA for 4b201a3
1 file changed
.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
99
export CC=/usr/bin/clang-14
100
export CXX=/usr/bin/clang++-14
101
export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations"
102
- export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/"
+ export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/"
103
else
104
echo 'Unsupported compiler: ${{ matrix.compiler }}'
105
exit 1
@@ -326,6 +326,7 @@ jobs:
326
327
- name: Build
328
run: |
329
+ if [ -f /etc/bashrc ]; then source /etc/bashrc; fi
330
export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations -Wignored-qualifiers"
331
cp .github/workflows/rocky_configure.sh rocky_configure.sh
332
bash rocky_configure.sh
0 commit comments