Skip to content

Commit

Permalink
Integrate LILYPOND_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 22, 2025
1 parent d6abc64 commit 4812725
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
echo $PYTHONPATH
- name: Install LilyPond
run: |
lilypond_version=2.25.22
lilypond_archive="lilypond-${lilypond_version}-linux-x86_64.tar.gz"
lilypond_archive="lilypond-${LILYPOND_VERSION}-linux-x86_64.tar.gz"
base_url="https://gitlab.com/lilypond/lilypond/-/releases"
lilypond_url="${base_url}/v${lilypond_version}/downloads/${lilypond_archive}"
lilypond_url="${base_url}/v${LILYPOND_VERSION}/downloads/${lilypond_archive}"
echo "Downloading LilyPond from: ${lilypond_url}"
cd /tmp || { echo "Failed to change directory to /tmp"; exit 1; }
wget -q ${lilypond_url}
Expand Down

0 comments on commit 4812725

Please sign in to comment.