Skip to content

Commit a319a01

Browse files
Use 8.0.x in build-test
1 parent 1e6f8ab commit a319a01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
submodules: true
17+
- name: Setup .NET SDK
18+
uses: actions/setup-dotnet@v4
19+
with:
20+
dotnet-version: |
21+
8.0.x
1722
- name: Cache NuGet packages
1823
uses: actions/cache@v4
1924
with:

0 commit comments

Comments
 (0)