Skip to content

Commit 1d8941f

Browse files
committed
Fix CI job install wrong prebuild
1 parent 12ff9e8 commit 1d8941f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: yarn build-prebuild
9696

9797
- name: Build
98-
run: yarn install
98+
run: yarn install --build-from-source --verbose
9999

100100
- name: Run test suite
101101
run: yarn test

0 commit comments

Comments
 (0)