Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed May 16, 2024
1 parent 3e474f7 commit 110f69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,16 +281,16 @@ jobs:
- host: macos-13
architecture: x64
build: |
npm run build
npm run build:debug
strip -x *.node
- host: windows-latest
build: npm run build
build: npm run build:debug
architecture: x64

- host: ubuntu-latest
build: |
npm run build
npm run build:debug
strip *.node
- host: macos-13
Expand Down

0 comments on commit 110f69e

Please sign in to comment.