Skip to content

Commit 2936e8c

Browse files
committed
Confirm adding ppa for audio waveform
Now displays a message that needs to be confirmed.
1 parent 22bedc4 commit 2936e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install audiowaveform package
118118
if: ${{ matrix.install-audiowaveform == true}}
119119
run: |
120-
sudo add-apt-repository ppa:chris-needham/ppa
120+
sudo add-apt-repository -y ppa:chris-needham/ppa
121121
sudo apt-get update
122122
sudo apt-get install audiowaveform
123123

0 commit comments

Comments
 (0)