Skip to content

Commit

Permalink
simplify even more
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jun 6, 2024
1 parent a3df0bb commit 9cd45d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Build
run: |-
set -e &&
npm run build --target ${{ matrix.settings.target }} &&
strip -x ${{ matrix.settings.target }}/*.node
npm run build &&
strip -x *.node
shell: bash
- name: Test bindings
run: npm run test
Expand Down

0 comments on commit 9cd45d2

Please sign in to comment.