Skip to content

Commit 6aa4be7

Browse files
authored
Add dfetch to GITHUB_PATH in build workflow
1 parent 91fcaf2 commit 6aa4be7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
$env:PATH
146146
Get-ChildItem $env:ProgramFiles
147147
Get-ChildItem ${env:ProgramFiles(x86)}
148+
echo "C:\Program Files (x86)\dfetch" >> $GITHUB_PATH
148149
149150
shell: pwsh
150151

0 commit comments

Comments
 (0)