Skip to content

Commit c422c9c

Browse files
committed
[DEBUG] add more logs to debug prebuild-install in sqlite3
1 parent 8890e20 commit c422c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-cubesql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
retry_on: error
177177
retry_wait_seconds: 15
178178
timeout_minutes: 20
179-
command: yarn install --frozen-lockfile
179+
command: npm_config_loglevel=verbose yarn install --frozen-lockfile
180180
- name: Lerna tsc
181181
run: yarn tsc
182182
- name: Build native (fallback)

0 commit comments

Comments
 (0)