Skip to content

Commit 19cfff3

Browse files
committed
Try fix paths
1 parent 3a58893 commit 19cfff3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ jobs:
135135
msiexec /i "dfetch-package\\dfetch.msi" /qn /norestart
136136
$env:PATH
137137
Get-ChildItem $env:ProgramFiles
138-
Get-ChildItem $env:ProgramFiles(x86)
138+
Get-ChildItem $env:"ProgramFiles(x86)"
139+
139140
shell: pwsh
140141

141142
- run: dfetch init

0 commit comments

Comments
 (0)