File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ sudo apt install -y curl
176176curl -s --compressed " https://thepbone.github.io/PPA-Repository/KEY.gpg" -o thepbone_ppa.gpg
177177
178178cat 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 '
180180sudo apt update
181181```
182182Install from PPA
You can’t perform that action at this time.
0 commit comments