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 actions-rs to install Rust toolchain

Update build PATH to $HOME/.local/bin. Remove rust from pkgm install and
the curl removal step.

+8 -3
+8 -3
.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 rust 40 - rm ~/.local/bin/curl 39 + pkgm install zig@0.15.1 buf 40 + - name: Install Rust toolchain 41 + uses: actions-rs/toolchain@v1 42 + with: 43 + profile: minimal 44 + toolchain: stable 45 + override: true 41 46 - name: Setup Deno 42 47 uses: denoland/setup-deno@v2 43 48 with: ··· 50 55 run: echo "RUSTFLAGS=-A warnings" >> $GITHUB_ENV 51 56 - name: Build Rockbox 52 57 run: | 53 - export PATH=$HOME/.cargo/bin:$PATH 58 + export PATH=$HOME/.local/bin:$PATH 54 59 cd webui/rockbox 55 60 deno install 56 61 deno run build