Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 006b514

Browse files
committed
Update APT repo key installation process
1 parent 09c71ff commit 006b514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
python-version: ${{ matrix.python }}
5757
- name: Install libspotify
5858
run: |
59-
wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
59+
sudo mkdir -p /usr/local/share/keyrings
60+
sudo wget -q -O /usr/local/share/keyrings/mopidy-archive-keyring.gpg https://apt.mopidy.com/mopidy.gpg
6061
sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/buster.list
6162
sudo apt-get update
6263
sudo apt-get install -y libspotify-dev

0 commit comments

Comments
 (0)