Skip to content

Commit 6f041c8

Browse files
committed
Changed to static ngrok address
1 parent cc0971b commit 6f041c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323

24-
# This ngrok address will change every run probably!
2524
- 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
25+
run: dotnet restore --source https://monkfish-singular-blindly.ngrok-free.app/v3/index.json --source https://api.nuget.org/v3/index.json
2726

2827
- name: Build
2928
run: dotnet build --no-restore

0 commit comments

Comments
 (0)