mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Install musl-tools for musl build
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -66,6 +66,14 @@ jobs:
|
||||
with:
|
||||
tool: cross
|
||||
|
||||
- name: Install build deps
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ ${{ matrix.target }} == x86_64-unknown-linux-musl ]]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y musl-tools
|
||||
fi
|
||||
|
||||
- name: Overwrite build command env variable
|
||||
if: matrix.use-cross
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user