Skip to content

Commit 45a2317

Browse files
authored
Update package-deb.yml
1 parent 8352d51 commit 45a2317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package-deb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181

8282
- name: Build
8383
run: |
84-
make
84+
make -j4
85+
strip --strip-unneeded src/jamesdsp
8586
8687
- name: Upload artifacts
8788
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)