Skip to content

Commit 4317d06

Browse files
committed
correction submodules true
1 parent 927c842 commit 4317d06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v4
49+
with:
50+
submodules: true
4951

5052
- name: Set reusable strings
5153
# 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:
7173

7274
- name: install gettext
7375
run: sudo apt-get install gettext
74-
75-
- name: tirer le sous-module RT-Midi
76-
run: git submodule update
7776

7877
- name: Configure CMake
7978
# 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

Comments
 (0)