Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit c90f339

Browse files
authored
Update dotnet.yml
1 parent c351ce5 commit c90f339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434

3535
# Build UnityExplorer releases, and upload artifacts
3636

37-
- run: nuget restore src\UnityExplorer.sln
37+
- run: dotnet nuget add source https://nuget.bepinex.dev/v3/index.json
38+
- run: dotnet restore src\UnityExplorer.sln
3839

3940
# BepInEx Il2Cpp
4041
- run: msbuild src\UnityExplorer.csproj -t:Rebuild -p:Platform="AnyCPU" -p:Configuration=Release_BIE_Cpp

0 commit comments

Comments
 (0)