Skip to content

Commit 2a702c3

Browse files
committed
update CI
1 parent e6acc8f commit 2a702c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
fetch-depth: 20
6464
lfs: true
6565
- uses: actions/[email protected]
66-
path: |
67-
${{ github.workspace }}/${{ github.run_id }}
66+
with:
67+
path: |
68+
${{ github.workspace }}/${{ github.run_id }}
6869
- run: |
6970
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
7071
cd ${PDC_BUILD_PATH}/no-cache

0 commit comments

Comments
 (0)