Skip to content

Commit 9de6bfe

Browse files
committed
Updated worklfow
1 parent 8360603 commit 9de6bfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Restore dependencies
2020
run: cd mzLib && dotnet restore
2121
- name: Download VC++ Redistributable
22+
uses: wei/wget@v1
23+
with:
24+
args: -O logfile.txt -P ./actions/ https://adappt.co.uk
2225
run: wget https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe -O vc_redist.exe
2326
- name: Install VC++ Redistributable
2427
run: ./vc_redist.exe /install /quiet

0 commit comments

Comments
 (0)