Skip to content

Commit 43d59fa

Browse files
or with
1 parent 463cc02 commit 43d59fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-dotnet@v4
1212
with:
13-
cache: true
13+
dotnet-version: '8.0.x'
14+
cache: 'nuget'
1415

1516
- name: Restore Dependencies
1617
run: dotnet restore

0 commit comments

Comments
 (0)