Skip to content

Commit 1bc124a

Browse files
Fix linux build
1 parent 2c76341 commit 1bc124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup dotnet tooling
2020
uses: actions/setup-dotnet@master
2121
with:
22-
dotnet-version: '6.0.x'
22+
dotnet-version: '8.0.x'
2323

2424
- name: Restore dependencies
2525
run:

0 commit comments

Comments
 (0)