- removed .net installation from github action
This commit is contained in:
parent
6acb8a29f8
commit
da4862f85a
6
.github/workflows/CI-winpeas_test.yml
vendored
6
.github/workflows/CI-winpeas_test.yml
vendored
@ -25,12 +25,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# Install the .NET
|
|
||||||
- name: Install .NET 4.5.2
|
|
||||||
uses: actions/setup-dotnet@v1
|
|
||||||
with:
|
|
||||||
dotnet-version: '4.5.2'
|
|
||||||
source-url: https://www.nuget.org/packages/rb.DotNet4.5.2
|
|
||||||
|
|
||||||
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
||||||
- name: Setup MSBuild.exe
|
- name: Setup MSBuild.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user