Skip to content

Commit

Permalink
Update dotnet-CI-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnath authored Nov 15, 2023
1 parent f1d2ec3 commit ef697af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Restore NuGet packages
run: nuget restore RandomString4Net.sln

- name: Install .NET Framework 4.0 Developer Pack
- name: Install .NET Framework 4.0 Full Redistributable
run: |
choco install dotnet4.0-targetpack -y
choco install dotnet4.0 -y
# The following line sets up the environment variables required by msbuild
refreshenv
Expand Down

0 comments on commit ef697af

Please sign in to comment.