Skip to content

github: Test with musl #2

github: Test with musl

github: Test with musl #2

Workflow file for this run

name: CI Tests (musl)
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies:

Check failure on line 14 in .github/workflows/musl.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/musl.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
run: |
sudo apt install -y musl-tools autoconf automake libtool make
- name: Static build
run: |
mkdir static-prefix
PREFIX="$(pwd)/static-prefix" contrib/build-static.sh build