Skip to content

Commit dba3445

Browse files
committed
choco choco
1 parent 10943c9 commit dba3445

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
- name: Download go-msi
1818
run: aria2c https://github.com/mh-cbon/go-msi/releases/download/1.0.2/go-msi-amd64.msi
1919
- name: install go-msi
20-
run: Start-Process msiexec -ArgumentList "/i go-msi-amd64.msi /qn /L*v msi.log" -NoNewWindow -Wait
21-
- name: show log
22-
run: cat -Path msi.log
20+
run: choco install go-msi
21+
#run: Start-Process msiexec -ArgumentList "/i go-msi-amd64.msi /qn /L*v msi.log" -NoNewWindow -Wait
22+
#Show log commented cause it was too verbose, uncomment in case of errs
23+
#- name: show log
24+
#run: cat -Path msi.log
2325
- uses: actions/checkout@v3
2426
with:
2527
fetch-depth: 0

0 commit comments

Comments
 (0)