Skip to content

Commit 62c59cc

Browse files
add clash test
1 parent c11621b commit 62c59cc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/build_image_all.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,23 @@ jobs:
2121
- name: Maximize build space
2222
uses: easimon/maximize-build-space@v8
2323
with:
24-
root-reserve-mb: 30720
24+
root-reserve-mb: 1024
2525
swap-size-mb: 1024
2626
remove-dotnet: 'true'
27+
remove-android: 'true'
28+
remove-haskell: 'true'
29+
remove-codeql: 'true'
30+
remove-docker-images: 'true'
31+
32+
- name: modify docker path
33+
run: |
34+
systemctl stop docker
35+
mkdir -p ${{ github.workspace }}/docker
36+
mv /var/lib/docker ${{ github.workspace }}/docker
37+
ln -sf ${{ github.workspace }}/docker /var/lib/docker
38+
systemctl start docker
39+
40+
2741
- name: Run Make
2842
uses: addnab/docker-run-action@v3
2943
with:

0 commit comments

Comments
 (0)