Skip to content

Commit 9304d2e

Browse files
committed
Merge branch 'master' of github.com:Audio4Linux/JDSP4Linux
2 parents acd0fe4 + aa144a2 commit 9304d2e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ sudo apt install -y curl
176176
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" -o thepbone_ppa.gpg
177177

178178
cat thepbone_ppa.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/thepbone_ppa.gpg
179-
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/thepbone_ppa.gpg] https://thepbone.github.io/PPA-Repository ./" > /etc/apt/sources.list.d/thepbone_ppa.list
179+
sudo sh -c ' echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/thepbone_ppa.gpg] https://thepbone.github.io/PPA-Repository ./" > /etc/apt/sources.list.d/thepbone_ppa.list '
180180
sudo apt update
181181
```
182182
Install from PPA

0 commit comments

Comments
 (0)