Skip to content

Commit

Permalink
Edited workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Jan 16, 2025
1 parent 4695762 commit 12503cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: cd mzLib && dotnet restore
- name: Download VC++ Redistributable
run: curl --output vc_redist.exe https://download.visualstudio.microsoft.com/download/pr/100349091/2cd2dba5748dc95950a5c42c2d2d78e4/VC_redist.x64.exe
working-directory: mzLib
- name: Install VC++ Redistributable
run: ./vc_redist.exe /install
working-directory: mzLib
- name: Build
run: cd mzLib && dotnet build --no-restore
- name: Build (Test)
Expand Down

0 comments on commit 12503cb

Please sign in to comment.