Skip to content

Commit 8a45d00

Browse files
committed
CI: Fixed typo at Umpire build
1 parent 90f2b6e commit 8a45d00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ jobs:
352352
if [[ "$CACHE_HIT" != 'true' ]]; then
353353
git clone --recursive https://github.com/LLNL/Umpire.git
354354
cd Umpire
355-
cmake -S . -B bld \
356-
-DCMAKE_CXX_COMPILER=mpicxx \
357-
-DCMAKE_INSTALL_PREFIX=$PARFLOW_DEP_DIR/Umpire \
355+
cmake -S . -B bld \
356+
-DCMAKE_CXX_COMPILER=mpicxx \
357+
-DCMAKE_INSTALL_PREFIX="${PARFLOW_DEP_DIR}/Umpire" \
358358
-DENABLE_CUDA="ON"
359359
cmake --build bld --parallel 4
360360
cmake --install bld

0 commit comments

Comments
 (0)