mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +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:
|
with:
|
||||||
tool: cross
|
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
|
- name: Overwrite build command env variable
|
||||||
if: matrix.use-cross
|
if: matrix.use-cross
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user