Skip to content

Commit

Permalink
ci: use the lilypond package provided by alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Jul 15, 2024
1 parent 36338a4 commit bfeed64
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfeed64

Please sign in to comment.