Skip to content

Commit

Permalink
ci: add musl-gcc
Browse files Browse the repository at this point in the history
Signed-off-by: callum-ryan <[email protected]>
  • Loading branch information
callum-ryan committed Dec 28, 2024
1 parent b7273d7 commit a9c416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# dependencies are only needed on ubuntu as that's the only place where
# we make cross-compilation
if [[ $OS =~ ^ubuntu.*$ ]]; then
sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf libssl-dev
sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf musl-gcc libssl-dev
fi
# some additional configuration for cross-compilation on linux
Expand Down

0 comments on commit a9c416c

Please sign in to comment.