We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a6b03 commit 2772845Copy full SHA for 2772845
.github/workflows/build.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: 检出代码
20
uses: actions/checkout@v4
21
22
- - name: 设置 .NET 8.0.x
+ - name: 设置 .NET 9.x
23
uses: actions/setup-dotnet@v4
24
with:
25
- dotnet-version: '8.0.x'
+ dotnet-version: '9.x'
26
27
- name: 设置 Python 3.x
28
uses: actions/setup-python@v5
0 commit comments