Skip to content

Commit 91fcaf2

Browse files
authored
Remove unused command in Windows install step
1 parent 40b627b commit 91fcaf2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
- name: Install binary
136136
if: matrix.platform == 'windows-latest'
137137
run: |
138-
Get-ChildItem dfetch-package
139138
$file = "dfetch.msi"
140139
$log = "install.log"
141140
$procMain = Start-Process "msiexec" "/i `"$file`" /qn /l*! `"$log`"" -NoNewWindow -PassThru

0 commit comments

Comments
 (0)