Skip to content

Commit

Permalink
fix build yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesWu committed Sep 13, 2024
1 parent 2d5d50b commit a7bd54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Add NuGet source
run: nuget sources add -Name MonarchSolutions -Source https://www.myget.org/F/monarchsolutions/api/v3/index.json

- name: Restore NuGet packages
run: nuget restore FreeMote.sln

Expand Down

0 comments on commit a7bd54d

Please sign in to comment.