File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515
1616 - name : Update Ubuntu
1717 if : matrix.os == 'ubuntu-24.04'
18- run : sudo apt update
18+ run : sudo apt-get update
1919
2020 - name : Install dependencies on Ubuntu
2121 if : matrix.os == 'ubuntu-24.04'
2222 run : >
23- sudo apt install
23+ sudo apt-get install
2424 cmake
2525 fluidsynth
2626 libfluidsynth-dev
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33# on windows, add a path to Qt
44list (APPEND CMAKE_PREFIX_PATH C:/Users/brand/6.5.1/msvc2019_64)
55
6- project (Justly VERSION 0.6.11.1 LANGUAGES CXX)
6+ project (Justly VERSION 0.6.12 LANGUAGES CXX)
77
88# download https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/MuseScore_General.sf2
99# and put it into the share folder
You can’t perform that action at this time.
0 commit comments