Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Prepare Linux
if: contains(matrix.os, 'ubuntu')
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Prepare Linux
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Prepare Linux
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Prepare Linux
run: |
Expand Down
5 changes: 2 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[submodule "socket.io-client-cpp"]
[submodule "src/engine/external/socket.io-client-cpp"]
path = src/engine/external/socket.io-client-cpp
url = https://github.com/socketio/socket.io-client-cpp.git
shallow = true
url = https://github.com/socketio/socket.io-client-cpp
[submodule "ddnet-libs"]
path = ddnet-libs
url = https://github.com/PulseClient-ddnet/pulse-libs
Expand Down
1 change: 1 addition & 0 deletions src/engine/external/socket.io-client-cpp
Submodule socket.io-client-cpp added at 3b7be7
Loading