Skip to content

Commit 1f59f31

Browse files
committed
save
1 parent 8adc9a0 commit 1f59f31

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
@@ -152,7 +152,9 @@ jobs:
152152
- name: WSL Run Docker
153153
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
154154
shell: wsl-bash {0}
155-
run: |
155+
run: |
156+
echo $USER
157+
sudo usermod -aG docker $USER
156158
sudo service docker restart
157159
sudo service docker status
158160
docker context ls

0 commit comments

Comments
 (0)