Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Oct 20, 2020
1 parent 231c126 commit 5e22942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: 'Build'
run: |
docker run --rm -v $(pwd)/.cargo:/root/.cargo -v $(pwd):/node-rs -w /node-rs builder sh -c "cargo build --release"
docker run --rm -v $(pwd)/.cargo:/root/.cargo -v $(pwd):/node-rs -w /node-rs builder sh -c "./node_modules/.bin/lerna run build --stream -- --musl"
docker run --rm -v $(pwd)/.cargo:/root/.cargo -v $(pwd):/node-rs -w /node-rs builder sh -c "lerna exec --stream --parallel -- napi build --platform --release"
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 5e22942

Please sign in to comment.