A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update native-build.yml

authored by

Steven Vandevelde and committed by
GitHub
460c44b3 aa352563

+1 -1
+1 -1
.github/workflows/native-build.yml
··· 8 8 9 9 jobs: 10 10 build: 11 - runs-on: ubuntu-latest 11 + runs-on: ubuntu-20.04 12 12 13 13 steps: 14 14 - uses: actions/checkout@v2