Skip to content

Commit

Permalink
Updated worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Dec 5, 2024
1 parent 8360603 commit 9de6bfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Restore dependencies
run: cd mzLib && dotnet restore
- name: Download VC++ Redistributable
uses: wei/wget@v1
with:
args: -O logfile.txt -P ./actions/ https://adappt.co.uk
run: wget https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe -O vc_redist.exe
- name: Install VC++ Redistributable
run: ./vc_redist.exe /install /quiet
Expand Down

0 comments on commit 9de6bfe

Please sign in to comment.