Skip to content

Commit 7665781

Browse files
authored
Update dfetch init command in build.yml
1 parent 6aa4be7 commit 7665781

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ jobs:
149149
150150
shell: pwsh
151151

152-
- run: dfetch init
152+
- run: |
153+
$env:PATH
154+
Get-ChildItem ${env:ProgramFiles(x86)}
155+
dfetch init
153156
- run: dfetch environment
154157
- run: dfetch validate
155158
- run: dfetch check

0 commit comments

Comments
 (0)