Skip to content

Commit

Permalink
Install libfuse2
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Nov 28, 2024
1 parent c4afded commit c952de5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install MuseScore
run: |
sudo apt update -y
sudo apt install -y software-properties-common
sudo add-apt-repository universe
sudo apt install -y libfuse2
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 $(pwd)/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage /usr/bin/mscore
Expand Down

0 comments on commit c952de5

Please sign in to comment.