Skip to content

Commit 4dfd48d

Browse files
committed
尝试修复构建失败
1 parent 39581ef commit 4dfd48d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/MediaConverters.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v1
25-
25+
- name: Setup dotnet
26+
uses: actions/setup-dotnet@v4
27+
with:
28+
dotnet-version: |
29+
9.0.x
30+
2631
- name: Build with dotnet
2732
run: dotnet build --configuration Release src/MediaConverters/MediaConverters.sln
2833

0 commit comments

Comments
 (0)