We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b627b commit 91fcaf2Copy full SHA for 91fcaf2
1 file changed
.github/workflows/build.yml
@@ -135,7 +135,6 @@ jobs:
135
- name: Install binary
136
if: matrix.platform == 'windows-latest'
137
run: |
138
- Get-ChildItem dfetch-package
139
$file = "dfetch.msi"
140
$log = "install.log"
141
$procMain = Start-Process "msiexec" "/i `"$file`" /qn /l*! `"$log`"" -NoNewWindow -PassThru
0 commit comments