We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6acc8f commit 2a702c3Copy full SHA for 2a702c3
.github/workflows/perlmutter-no-cache.yaml
@@ -63,8 +63,9 @@ jobs:
63
fetch-depth: 20
64
lfs: true
65
- uses: actions/download-artifact@v4.1.0
66
- path: |
67
- ${{ github.workspace }}/${{ github.run_id }}
+ with:
+ path: |
68
+ ${{ github.workspace }}/${{ github.run_id }}
69
- run: |
70
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
71
cd ${PDC_BUILD_PATH}/no-cache
0 commit comments