We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a84a4f commit 927c842Copy full SHA for 927c842
.github/workflows/cmake-multi-platform.yml
@@ -72,6 +72,9 @@ jobs:
72
- name: install gettext
73
run: sudo apt-get install gettext
74
75
+ - name: tirer le sous-module RT-Midi
76
+ run: git submodule update
77
+
78
- name: Configure CMake
79
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
80
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments