Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/DreamEnderKing/THUAI7 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamEnderKing committed Dec 13, 2023
2 parents c11954c + d31e1e8 commit a8801bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Install Workloads
run: C:\\Program Files\\PowerShell\\7\\pwsh.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command dotnet workload restore "./installer/installer.sln"
run: powershell -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command dotnet workload restore "./installer/installer.sln"
- name: Build Installer
run: dotnet build "./installer/installer.sln" -c Release -f net8.0-windows10.0.19041.0

Expand Down

0 comments on commit a8801bd

Please sign in to comment.