Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledrunning authored Mar 30, 2024
1 parent 564dd5b commit 618b42d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
- name: Install Chocolatey
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- name: Install .NET Framework 4.8 with Chocolatey
run: choco install netfx-4.8 -y

- name: Setup MSBuild
uses: microsoft/[email protected]

- name: Restore NuGet packages
run: nuget restore FaceDetectionApp.sln
Expand Down

0 comments on commit 618b42d

Please sign in to comment.