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

Commit

Permalink
build native module as part of CI, instead of relying on prebuild-ins…
Browse files Browse the repository at this point in the history
…tall (#384)
  • Loading branch information
shiftkey authored May 7, 2021
1 parent a081004 commit cad0062
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- run: npm install
name: Setup environment

- run: npm run build
name: Build native module from source

- run: |
echo "Initialize dbus..."
export NO_AT_BRIDGE=1;
Expand Down

0 comments on commit cad0062

Please sign in to comment.