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.

Workflow tweaks

+2 -2
+2 -2
.github/workflows/native-build.yml
··· 14 14 - uses: actions/checkout@v2 15 15 16 16 # Nix & Haskell 17 - - uses: cachix/install-nix-action@v12 17 + - uses: cachix/install-nix-action@v13 18 18 with: 19 19 nix_path: nixpkgs=channel:nixos-unstable 20 20 # - uses: actions/setup-haskell@v1.1 ··· 143 143 sudo apt-get install -y webkit2gtk-4.0 144 144 145 145 # Tasks 146 - - uses: tauri-apps/tauri-action@v0.0.10 146 + - uses: tauri-apps/tauri-action@v0 147 147 env: 148 148 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 149 149 with: