Skip to content

Commit e7a935a

Browse files
Try fixing build
1 parent d03a108 commit e7a935a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12+
13+
- name: Setup dotnet 6
14+
uses: actions/setup-dotnet@v3
15+
with:
16+
dotnet-version: '6.0.x'
1217

13-
- name: Setup dotnet
18+
- name: Setup dotnet 9
1419
uses: actions/setup-dotnet@v3
1520
with:
1621
dotnet-version: '9.0.x'

0 commit comments

Comments
 (0)