diff --git a/.github/workflows/perlmutter-no-cache.yaml b/.github/workflows/perlmutter-no-cache.yaml index 4c6727f0..52bab1ef 100644 --- a/.github/workflows/perlmutter-no-cache.yaml +++ b/.github/workflows/perlmutter-no-cache.yaml @@ -36,8 +36,8 @@ jobs: with: name: "${{ github.job }}" path: | - build - install + ${{ github.workspace }}/build + ${{ github.workspace }}/install parallel-pdc: needs: @@ -55,7 +55,7 @@ jobs: - uses: actions/download-artifact@v4.1.0 - run: | export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH" - cd install + cd ${{ github.workspace }}/install ctest -L parallel_pdc rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC} @@ -76,7 +76,7 @@ jobs: - uses: actions/download-artifact@v4.1.0 - run: | export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH" - cd install + cd ${{ github.workspace }}/install ctest -L parallel_obj rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}