Skip to content

Commit 8ffa48b

Browse files
add clash test
1 parent 8a47394 commit 8ffa48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_image_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
remove-android: 'true'
2828
remove-haskell: 'true'
2929
remove-codeql: 'true'
30-
remove-docker-images: 'true'
3130

3231
- name: modify docker path
3332
run: |
33+
sudo systemctl stop docker.socket
3434
sudo systemctl stop docker
3535
sudo mkdir -p ${{ github.workspace }}/docker
3636
sudo mv /var/lib/docker ${{ github.workspace }}/docker

0 commit comments

Comments
 (0)