Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu authored Sep 11, 2024
1 parent 8e028e7 commit 3ce8c8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Download NuGet package
run: |
wget https://github.com/Uotan-Dev/SukiUI-Uotan/releases/download/v6.0.0/SukiUI.6.0.0.nupkg
nuget add SukiUI.6.0.0.nupkg -Source $(pwd)
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 3ce8c8d

Please sign in to comment.