Skip to content

Commit 3130708

Browse files
committed
version
1 parent 7c9883c commit 3130708

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
# on windows, add a path to Qt
44
list(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

0 commit comments

Comments
 (0)