Skip to content

Commit 86c9545

Browse files
committed
fixup path in build.yml
1 parent 5394e2c commit 86c9545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ 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)}
139139
140140
shell: pwsh
141141

0 commit comments

Comments
 (0)