Skip to content

Commit 17fc60f

Browse files
committed
Declared PROCDUMP_PATH as job-level env variable
1 parent ad8e32c commit 17fc60f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
env:
6363
PROCDUMP_PATH: ${{ github.workspace }}
6464

65+
env:
66+
PROCDUMP_PATH: c:\procdump\
67+
6568
# See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
6669
strategy:
6770
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them all to run to completion.

0 commit comments

Comments
 (0)