Skip to content

Commit

Permalink
Add workaround for build dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz authored Feb 17, 2021
1 parent 028371d commit cb683f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build:addon
working-directory: ./node_modules/@nodegui/nodegui
- run: npm run build
- run: npm run package
- name: Archive build
Expand Down

0 comments on commit cb683f5

Please sign in to comment.