Fix build (#444)

By creating this pull request, I understand that code that is AI
generated or otherwise automatically generated may be rejected without
further discussion.
I declare that I fully understand all code I pushed into this PR, and
wrote all this code myself and own the rights to this code.
This commit is contained in:
Tixx
2025-12-20 20:13:15 +01:00
committed by GitHub
6 changed files with 17 additions and 11 deletions

View File

@@ -19,8 +19,6 @@ jobs:
strategy:
matrix:
include:
- distro: debian
version: 11
- distro: debian
version: 12
- distro: ubuntu
@@ -48,6 +46,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Git config safe directory
shell: bash
@@ -90,8 +89,6 @@ jobs:
strategy:
matrix:
include:
- distro: debian
version: 11
- distro: debian
version: 12
- distro: ubuntu
@@ -119,6 +116,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Git config safe directory
shell: bash

View File

@@ -38,8 +38,6 @@ jobs:
strategy:
matrix:
include:
- distro: debian
version: 11
- distro: debian
version: 12
- distro: ubuntu
@@ -67,6 +65,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Git config safe directory
shell: bash
@@ -109,8 +108,6 @@ jobs:
strategy:
matrix:
include:
- distro: debian
version: 11
- distro: debian
version: 12
- distro: ubuntu
@@ -141,6 +138,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Git config safe directory
shell: bash
@@ -194,6 +192,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Create Build Environment
shell: bash

View File

@@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11

View File

@@ -148,7 +148,8 @@ if(UNIX)
endif(UNIX)
if (WIN32)
add_compile_options("-D_WIN32_WINNT=0x0601")
add_compile_definitions(_WIN32_WINNT=0x0A00)
add_compile_options("/bigobj")
endif(WIN32)

2
vcpkg

Submodule vcpkg updated: 6353ece09f...5bf0c55239

View File

@@ -15,5 +15,12 @@
"rapidjson",
"sol2",
"curl"
]
],
"overrides": [
{
"name": "sol2",
"version": "3.3.1"
}
],
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"
}