We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bad7c0 commit 2d76d0cCopy full SHA for 2d76d0c
.github/workflows/build_image_all.yml
@@ -29,6 +29,11 @@ jobs:
29
remove-codeql: 'true'
30
remove-docker-images: 'true'
31
32
+ - name: Checkout
33
+ uses: actions/checkout@v2
34
+ with:
35
+ fetch-depth: 0
36
+
37
- name: modify docker path
38
run: |
39
sudo systemctl stop docker.socket
@@ -38,11 +43,6 @@ jobs:
43
sudo ln -sf ${{ github.workspace }}/docker /var/lib/docker
44
sudo systemctl start docker
40
45
41
- - name: Checkout
42
- uses: actions/checkout@v2
- with:
- fetch-depth: 0
-
46
- name: Run Make
47
48
chmod +x ${{ github.workspace }}/build_clash.sh
0 commit comments