We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be4ebc commit c88bd13Copy full SHA for c88bd13
.github/workflows/binary-swap-check.yml
@@ -278,6 +278,12 @@ jobs:
278
echo "=== Disk space after cleanup ==="
279
df -h /
280
281
+ - name: Checkout Current Code
282
+ uses: actions/checkout@v4
283
+ with:
284
+ fetch-depth: 1
285
+ submodules: recursive
286
+
287
- name: Checkout Build Tools
288
uses: actions/checkout@v4
289
with:
@@ -287,12 +293,6 @@ jobs:
293
devops
294
fetch-depth: 1
295
290
- - name: Checkout Current Code
291
- uses: actions/checkout@v4
292
- with:
- fetch-depth: 1
- submodules: recursive
-
296
- name: Inject Build Tools
297
run: |
298
# Copy devops scripts to current source if they don't exist
0 commit comments