Skip to content

Commit 9a43718

Browse files
authored
Fix Gyselalibxx workflow (#1142)
1 parent 78be6ec commit 9a43718

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/gyselalibxx.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
export KokkosKernels_ROOT=/opt/serial/KokkosKernels
4545
export KokkosTools_ROOT=/opt/serial/KokkosTools
4646
export koliop_ROOT=/opt/serial/koliop
47-
export DDC_ROOT=${PWD}/opt/DDC
47+
export DDC_ROOT=opt/DDC
4848
4949
cmake \
5050
-D CMAKE_BUILD_TYPE=Release \
@@ -57,7 +57,6 @@ jobs:
5757
rm -rf build
5858
5959
cmake \
60-
-D GYSELALIBXX_DEFAULT_CXX_FLAGS="" \
6160
-B build \
6261
-S /src
6362
cmake --build build

0 commit comments

Comments
 (0)