Skip to content

Commit 95a45a5

Browse files
committed
save
1 parent 808e1eb commit 95a45a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
sudo mv ./kind /usr/local/bin/kind
118118
which kind
119119
kind version
120+
cat /etc/wsl.conf
120121
121122
122123
- name: WSL Install Docker
@@ -138,7 +139,8 @@ jobs:
138139
sudo apt-get update
139140
140141
sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
141-
sudo systemctl start docker
142+
# sudo systemctl start docker
143+
sudo service docker start
142144
sudo docker run hello-world
143145
sudo docker version
144146

0 commit comments

Comments
 (0)