Chore: use the number of cpus in parallel make

This commit is contained in:
Dreamacro
2023-03-18 20:19:34 +08:00
parent fcbe2f06cc
commit d808576f98
4 changed files with 18 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
env:
NAME: clash
BINDIR: bin
run: make -j releases
run: make -j $(go run ./test/main.go) releases
- name: Upload Release
uses: softprops/action-gh-release@v1