1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

Merge pull request #4748 from IvanSavenko/ci_fix

Quick workaround for failing Android CI
This commit is contained in:
Ivan Savenko
2024-10-10 16:52:55 +03:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ env:
jobs: jobs:
build: build:
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
- platform: linux-qt6 - platform: linux-qt6

View File

@@ -13,6 +13,8 @@
#include "../json/JsonNode.h" #include "../json/JsonNode.h"
VCMI_LIB_NAMESPACE_BEGIN
struct DLL_LINKAGE SaveLocalState : public CPackForServer struct DLL_LINKAGE SaveLocalState : public CPackForServer
{ {
JsonNode data; JsonNode data;
@@ -25,3 +27,5 @@ struct DLL_LINKAGE SaveLocalState : public CPackForServer
h & data; h & data;
} }
}; };
VCMI_LIB_NAMESPACE_END