Skip to content

Commit

Permalink
add musl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 16, 2024
1 parent d402f1c commit bc912f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_librespot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
curl -L https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-musl.tar.gz | tar xvz
mkdir -p releases/linux
- name: "Install musl-tools to provide musl-gcc"
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: "musl-tools"
version: "1.0"

- name: Build x86_64
run: |
cargo build --release --no-default-features --features "passthrough-decoder" --target=x86_64-unknown-linux-musl
Expand Down

0 comments on commit bc912f0

Please sign in to comment.