mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Merge pull request #4748 from IvanSavenko/ci_fix
Quick workaround for failing Android CI
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,6 +17,7 @@ env: | ||||
| jobs: | ||||
|   build: | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|         include: | ||||
|           - platform: linux-qt6 | ||||
|   | ||||
| @@ -13,6 +13,8 @@ | ||||
|  | ||||
| #include "../json/JsonNode.h" | ||||
|  | ||||
| VCMI_LIB_NAMESPACE_BEGIN | ||||
|  | ||||
| struct DLL_LINKAGE SaveLocalState : public CPackForServer | ||||
| { | ||||
| 	JsonNode data; | ||||
| @@ -25,3 +27,5 @@ struct DLL_LINKAGE SaveLocalState : public CPackForServer | ||||
| 		h & data; | ||||
| 	} | ||||
| }; | ||||
|  | ||||
| VCMI_LIB_NAMESPACE_END | ||||
|   | ||||
		Reference in New Issue
	
	Block a user