Skip to content

Commit c88bd13

Browse files
committed
Fix CI build-current: Ensure build_tools persists by adjusting checkout order
1 parent 1be4ebc commit c88bd13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/binary-swap-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ jobs:
278278
echo "=== Disk space after cleanup ==="
279279
df -h /
280280
281+
- name: Checkout Current Code
282+
uses: actions/checkout@v4
283+
with:
284+
fetch-depth: 1
285+
submodules: recursive
286+
281287
- name: Checkout Build Tools
282288
uses: actions/checkout@v4
283289
with:
@@ -287,12 +293,6 @@ jobs:
287293
devops
288294
fetch-depth: 1
289295

290-
- name: Checkout Current Code
291-
uses: actions/checkout@v4
292-
with:
293-
fetch-depth: 1
294-
submodules: recursive
295-
296296
- name: Inject Build Tools
297297
run: |
298298
# Copy devops scripts to current source if they don't exist

0 commit comments

Comments
 (0)