Skip to content

Commit e6acc8f

Browse files
committed
update CI
1 parent 9951591 commit e6acc8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: success()
4141
with:
4242
name: "${{ github.job }}"
43-
path: |-
43+
path: |
4444
${{ github.workspace }}/${{ github.run_id }}
4545
4646
perlmutter-no-cache-parallel-pdc:
@@ -63,6 +63,8 @@ jobs:
6363
fetch-depth: 20
6464
lfs: true
6565
- uses: actions/[email protected]
66+
path: |
67+
${{ github.workspace }}/${{ github.run_id }}
6668
- run: |
6769
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
6870
cd ${PDC_BUILD_PATH}/no-cache

0 commit comments

Comments
 (0)