We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78be6ec commit 9a43718Copy full SHA for 9a43718
1 file changed
.github/workflows/gyselalibxx.yaml
@@ -44,7 +44,7 @@ jobs:
44
export KokkosKernels_ROOT=/opt/serial/KokkosKernels
45
export KokkosTools_ROOT=/opt/serial/KokkosTools
46
export koliop_ROOT=/opt/serial/koliop
47
- export DDC_ROOT=${PWD}/opt/DDC
+ export DDC_ROOT=opt/DDC
48
49
cmake \
50
-D CMAKE_BUILD_TYPE=Release \
@@ -57,7 +57,6 @@ jobs:
57
rm -rf build
58
59
60
- -D GYSELALIBXX_DEFAULT_CXX_FLAGS="" \
61
-B build \
62
-S /src
63
cmake --build build
0 commit comments