Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

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

Add cargo and rustup to CI install

Remove Setup Fluent CI 'with' options (wasm, plugin: rust, args: setup)
and rely on explicit toolchain installation

+1 -5
+1 -5
.github/workflows/ci.yml
··· 36 36 protobuf-compiler \ 37 37 cmake 38 38 curl -Ssf https://pkgx.sh | sh 39 - pkgm install zig@0.15.1 buf 39 + pkgm install zig@0.15.1 buf cargo rustup 40 40 - name: Setup Deno 41 41 uses: denoland/setup-deno@v2 42 42 with: 43 43 deno-version: v2.x 44 44 - name: Setup Fluent CI 45 45 uses: fluentci-io/setup-fluentci@v5 46 - with: 47 - wasm: true 48 - plugin: rust 49 - args: setup 50 46 env: 51 47 GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} 52 48 - name: Skip Rust Warnings