Skip to content

Commit 2d76d0c

Browse files
add clash test
1 parent 6bad7c0 commit 2d76d0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_image_all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
remove-codeql: 'true'
3030
remove-docker-images: 'true'
3131

32+
- name: Checkout
33+
uses: actions/checkout@v2
34+
with:
35+
fetch-depth: 0
36+
3237
- name: modify docker path
3338
run: |
3439
sudo systemctl stop docker.socket
@@ -38,11 +43,6 @@ jobs:
3843
sudo ln -sf ${{ github.workspace }}/docker /var/lib/docker
3944
sudo systemctl start docker
4045
41-
- name: Checkout
42-
uses: actions/checkout@v2
43-
with:
44-
fetch-depth: 0
45-
4646
- name: Run Make
4747
run: |
4848
chmod +x ${{ github.workspace }}/build_clash.sh

0 commit comments

Comments
 (0)