A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

ci: fix sudo

+1 -1
+1 -1
.github/workflows/ci.yml
··· 13 13 - uses: actions/checkout@v2 14 14 - name: Install dependencies 15 15 run: | 16 - apt-get update && apt-get install -y \ 16 + sudo apt-get update && sudo apt-get install -y \ 17 17 libreadline-dev \ 18 18 pkg-config \ 19 19 flex \