Skip to content

Commit fb42f09

Browse files
committed
update CI
1 parent 254e72f commit fb42f09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
with:
3737
name: "${{ github.job }}"
3838
path: |
39-
build
40-
install
39+
${{ github.workspace }}/build
40+
${{ github.workspace }}/install
4141
4242
parallel-pdc:
4343
needs:
@@ -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 install
58+
cd ${{ github.workspace }}/install
5959
ctest -L parallel_pdc
6060
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
6161
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/[email protected]
7777
- run: |
7878
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
79-
cd install
79+
cd ${{ github.workspace }}/install
8080
ctest -L parallel_obj
8181
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
8282

0 commit comments

Comments
 (0)