From bfeed64870e66b3b6e1e455a680b15dca78f37f1 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Mon, 15 Jul 2024 15:06:46 +0200 Subject: [PATCH] ci: use the lilypond package provided by alpine Signed-off-by: Davide Madrisan --- .github/workflows/ci.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24e105f5..19cdd669 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,19 +22,12 @@ jobs: - id: install_pkg_deps run: | apk update - apk add autoconf automake bzip2 gcompat git make python3 py3-pip tar xz - - - id: install_lilypond - run: | - wget -O /tmp/lilypond.tar.gz https://gitlab.com/lilypond/lilypond/-/releases/v${lilypond_version}/downloads/lilypond-${lilypond_version}-linux-x86_64.tar.gz - tar xzf /tmp/lilypond.tar.gz --directory=/opt - rm -f /tmp/lilypond.tar.gz + apk add autoconf automake bzip2 git lilypond make python3 py3-pip tar xz - uses: actions/checkout@v2 - id: build_checks run: | - export PATH="/opt/lilypond-${lilypond_version}/bin:$PATH" autoreconf --install ./configure # make dist && make