We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927c842 commit 4317d06Copy full SHA for 4317d06
.github/workflows/cmake-multi-platform.yml
@@ -46,6 +46,8 @@ jobs:
46
47
steps:
48
- uses: actions/checkout@v4
49
+ with:
50
+ submodules: true
51
52
- name: Set reusable strings
53
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
@@ -71,9 +73,6 @@ jobs:
71
73
72
74
- name: install gettext
75
run: sudo apt-get install gettext
-
- - 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.
0 commit comments