Skip to content

Commit a6882db

Browse files
committed
save
1 parent 8bb34c1 commit a6882db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
curl --version
123123
curl -O https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe
124124
ls -ltr
125+
docker info --format '{{.OSType}}'
125126
126127
- name: Setup Helm
127128
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
@@ -133,7 +134,6 @@ jobs:
133134
id: npm-deps
134135
run:
135136
npm ci
136-
docker info --format '{{.OSType}}'
137137

138138
- name: Check Code Style
139139
if: ${{ runner.os == 'linux' && inputs.enable-code-style-check && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)