We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb8145 commit c52bc23Copy full SHA for c52bc23
.github/workflows/infer.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET Core
19
uses: actions/setup-dotnet@v2
20
with:
21
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
22
- name: Install dependencies
23
run: dotnet restore
24
- name: Build
0 commit comments