We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0971b commit 6f041c8Copy full SHA for 6f041c8
.github/workflows/dotnet.yml
@@ -21,9 +21,8 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
24
- # This ngrok address will change every run probably!
25
- name: Restore dependencies
26
- run: dotnet restore --source https://b8d5-78-183-110-17.ngrok-free.app/v3/index.json --source https://api.nuget.org/v3/index.json
+ run: dotnet restore --source https://monkfish-singular-blindly.ngrok-free.app/v3/index.json --source https://api.nuget.org/v3/index.json
27
28
- name: Build
29
run: dotnet build --no-restore
0 commit comments