Skip to content

Commit

Permalink
build(Actions): do build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Garifullin Ruslan committed Jan 10, 2021
1 parent b16fb23 commit 834a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Fast install dependencies and build
env:
SKIP_BUILD: 1
SKIP_BUILD: ${{ runner.os != 'macOS' && 1 || 0 }}
run: npm ci
- name: Pack binaries
run: npm run package
Expand Down

0 comments on commit 834a369

Please sign in to comment.