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.

Use setup-zig action for Zig 0.16.0

+4 -1
+4 -1
.github/workflows/ci.yml
··· 23 23 - uses: actions/checkout@v4 24 24 with: 25 25 submodules: true 26 + - uses: https://codeberg.org/mlugg/setup-zig@v2 27 + with: 28 + version: 0.16.0 26 29 - name: Install dependencies 27 30 run: | 28 31 sudo apt-get update ··· 36 39 protobuf-compiler \ 37 40 cmake 38 41 curl -Ssf https://pkgx.sh | sh 39 - pkgm install zig@0.15.1 buf 42 + pkgm install buf 40 43 - name: Install Rust toolchain 41 44 uses: actions-rs/toolchain@v1 42 45 with: