Skip to content

Commit 5f69cb2

Browse files
committed
update CI
1 parent 34a880f commit 5f69cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perlmutter-no-cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/[email protected]
5656
- run: |
5757
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
58-
cd ${PDC_INSTALL_PATH}
58+
cd ${PDC_BUILD_PATH}
5959
ctest -L parallel_pdc
6060
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
6161
@@ -79,7 +79,7 @@ jobs:
7979
${{ github.workspace }}/${{ github.run_id }}
8080
- run: |
8181
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
82-
cd ${PDC_INSTALL_PATH}
82+
cd ${PDC_BUILD_PATH}
8383
ctest -L parallel_obj
8484
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
8585

0 commit comments

Comments
 (0)