chore: update deps

This commit is contained in:
2025-01-22 12:08:17 +01:00
parent edfd6969c4
commit 16f87c0577
5 changed files with 4 additions and 7 deletions

View File

@ -40,7 +40,6 @@ jobs:
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
# NOTE - If LFS ever starts getting used during builds, switch this to true!
lfs: false lfs: false
- name: Add msbuild to PATH - name: Add msbuild to PATH
@ -85,7 +84,6 @@ jobs:
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
# NOTE - If LFS ever starts getting used during builds, switch this to true!
lfs: false lfs: false
- name: Install dependencies (x64) - name: Install dependencies (x64)
@ -137,7 +135,6 @@ jobs:
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
# NOTE - If LFS ever starts getting used during builds, switch this to true!
lfs: false lfs: false
- name: Install Premake5 - name: Install Premake5

2
.gitmodules vendored
View File

@ -4,7 +4,7 @@
[submodule "deps/curl"] [submodule "deps/curl"]
path = deps/curl path = deps/curl
url = https://github.com/curl/curl.git url = https://github.com/curl/curl.git
branch = curl-8_7_1 branch = curl-8_11_1
[submodule "deps/rapidjson"] [submodule "deps/rapidjson"]
path = deps/rapidjson path = deps/rapidjson
url = https://github.com/Tencent/rapidjson.git url = https://github.com/Tencent/rapidjson.git

2
deps/GSL vendored

Submodule deps/GSL updated: ddae9d72b6...355982daf6

2
deps/curl vendored

Submodule deps/curl updated: de7b3e8921...75a2079d5c

2
deps/rapidjson vendored