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 mlugg/setup-zig action shorthand

+2 -2
+1 -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 26 + - uses: mlugg/setup-zig@v2 27 27 with: 28 28 version: 0.16.0 29 29 - name: Install dependencies
+1 -1
.github/workflows/macos-build.yml
··· 31 31 key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 32 32 restore-keys: | 33 33 ${{ runner.os }}-cargo- 34 - - uses: https://codeberg.org/mlugg/setup-zig@v2 34 + - uses: mlugg/setup-zig@v2 35 35 with: 36 36 version: 0.16.0 37 37 - name: Setup LLVM