Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit cad0062

Browse files
authored
build native module as part of CI, instead of relying on prebuild-install (#384)
1 parent a081004 commit cad0062

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- run: npm install
6161
name: Setup environment
6262

63+
- run: npm run build
64+
name: Build native module from source
65+
6366
- run: |
6467
echo "Initialize dbus..."
6568
export NO_AT_BRIDGE=1;

0 commit comments

Comments
 (0)