Skip to content

Commit

Permalink
Download mscore v4 directly
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Nov 28, 2024
1 parent a016cc2 commit a02424b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install MuseScore
run: |
sudo apt-get update
sudo apt-get -y install musescore3
sudo ln -s /usr/bin/mscore3 /usr/bin/mscore
wget https://github.com/musescore/MuseScore/releases/download/v4.4.3/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage
chmod +x MuseScore-Studio-4.4.3.242971445-x86_64.AppImage
sudo ln -s MuseScore-Studio-4.4.3.242971445-x86_64.AppImage /usr/bin/mscore
- run: npm install
- run: QT_QPA_PLATFORM=offscreen npm test
env:
Expand Down

0 comments on commit a02424b

Please sign in to comment.