Skip to content

Commit

Permalink
Symlink mscore correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Nov 28, 2024
1 parent a02424b commit c4afded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
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
sudo ln -s $(pwd)/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 c4afded

Please sign in to comment.