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 8360603 commit 9de6bfeCopy full SHA for 9de6bfe
.github/workflows/dotnet.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Restore dependencies
20
run: cd mzLib && dotnet restore
21
- name: Download VC++ Redistributable
22
+ uses: wei/wget@v1
23
+ with:
24
+ args: -O logfile.txt -P ./actions/ https://adappt.co.uk
25
run: wget https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe -O vc_redist.exe
26
- name: Install VC++ Redistributable
27
run: ./vc_redist.exe /install /quiet
0 commit comments