Skip to content

Commit 1fb68a5

Browse files
authored
Merge pull request #11 from ChillerDragon/pr_fixsocketio
Fix socket.io-client-cpp submodule
2 parents 55a7d70 + eadebb5 commit 1fb68a5

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555
with:
56-
submodules: true
56+
submodules: recursive
5757

5858
- name: Prepare Linux
5959
if: contains(matrix.os, 'ubuntu')
@@ -246,7 +246,7 @@ jobs:
246246
steps:
247247
- uses: actions/checkout@v4
248248
with:
249-
submodules: true
249+
submodules: recursive
250250

251251
- name: Validate Gradle Wrapper
252252
uses: gradle/actions/wrapper-validation@v4

.github/workflows/clang-sanitizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919
with:
20-
submodules: true
20+
submodules: recursive
2121

2222
- name: Prepare Linux
2323
run: |

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919
with:
20-
submodules: true
20+
submodules: recursive
2121

2222
- name: Prepare Linux
2323
run: |

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919
with:
20-
submodules: true
20+
submodules: recursive
2121

2222
- name: Prepare Linux
2323
run: |

.gitmodules

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
[submodule "socket.io-client-cpp"]
1+
[submodule "src/engine/external/socket.io-client-cpp"]
22
path = src/engine/external/socket.io-client-cpp
3-
url = https://github.com/socketio/socket.io-client-cpp.git
4-
shallow = true
3+
url = https://github.com/socketio/socket.io-client-cpp
54
[submodule "ddnet-libs"]
65
path = ddnet-libs
76
url = https://github.com/PulseClient-ddnet/pulse-libs
Submodule socket.io-client-cpp added at 3b7be7e

0 commit comments

Comments
 (0)