Skip to content

Commit

Permalink
CI: fix musl alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 53f8fef commit 6e08857
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ pre-build = [

[target.x86_64-unknown-linux-musl]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libasound2-dev:$CROSS_DEB_ARCH"
"apk add alsa-lib-dev"
]

[target.aarch64-unknown-linux-musl]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libasound2-dev:$CROSS_DEB_ARCH"
"apk add alsa-lib-dev"
]

0 comments on commit 6e08857

Please sign in to comment.