🌐 AI搜索 & 代理 主页
Skip to content

Commit f491deb

Browse files
committed
Reorder steps
1 parent eddef07 commit f491deb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
env:
5353
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
5454
steps:
55+
56+
- uses: actions/checkout@v6
57+
5558
- name: Install Mono
5659
uses: ConorMacBride/install-package@v1.1.0
5760
with:
@@ -65,9 +68,6 @@ jobs:
6568
cache: true
6669
dotnet-version: '8.x'
6770

68-
- uses: actions/checkout@v6
69-
- run: dotnet restore --locked-mode
70-
7171
- name: Set up Python ${{ matrix.python }}
7272
uses: astral-sh/setup-uv@v7
7373
with:
@@ -76,6 +76,8 @@ jobs:
7676
activate-environment: true
7777
enable-cache: true
7878

79+
- run: dotnet restore --locked-mode
80+
7981
- name: Synchronize the virtual environment
8082
run: uv sync --managed-python
8183

0 commit comments

Comments
 (0)