Skip to content

Commit bb5a72f

Browse files
committed
save
1 parent ca6df4c commit bb5a72f

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
@@ -109,7 +109,9 @@ jobs:
109109

110110
- name: Install Dependencies
111111
id: npm-deps
112-
run: npm ci
112+
if: ${{ runner.os == 'linux' }}
113+
run:
114+
npm ci
113115

114116
- name: Check Code Style
115117
if: ${{ inputs.enable-code-style-check && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)