Skip to content

Commit

Permalink
Fix CI woopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Apr 17, 2024
1 parent 669b194 commit e80ec20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Add MonkeyLoader NuGet source
run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json

# Cache NuGet packages
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit e80ec20

Please sign in to comment.