Skip to content

Commit 2ab1b45

Browse files
authored
Update dotnet.yml
1 parent ab86b01 commit 2ab1b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
timeout-minutes: 10
1617

1718
steps:
1819
- uses: actions/checkout@v4
1920
- name: Setup .NET
2021
uses: actions/setup-dotnet@v4
2122
with:
2223
dotnet-version: |
23-
6.0.x
2424
8.0.x
2525
- name: Restore dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)