Skip to content

Commit

Permalink
2 dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 16, 2024
1 parent 1c86d6b commit 51c3ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: |
3.1.x
8.0.x
- name: Restore
run: dotnet restore
- name: Inspect
Expand Down
2 changes: 1 addition & 1 deletion Bot/Coc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal static async Task BotReadyAsync()
while (true)
{
await PollAsync();
await Task.Delay(5000);
await Task.Delay(4000);
}
}

Check warning on line 118 in Bot/Coc.cs

View workflow job for this annotation

GitHub Actions / inspect

"[FunctionNeverReturns] Function never returns" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(118,3771)
}

0 comments on commit 51c3ea6

Please sign in to comment.