From 77ac70337ba560a7abcd6cd4962a58939632b834 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 25 May 2020 21:05:14 +0800 Subject: [PATCH] use ue full image --- CI/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/.drone.yml b/CI/.drone.yml index 49d0c405df5..f2ddc8b8d29 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -4,7 +4,7 @@ name: default steps: # test ue4 cpp client - name: cpp-ue4 - image: adamrehn/ue4-runtime:latest + image: adamrehn/ue4-full:4.21.0 commands: - (cd samples/client/petstore/cpp-ue4/ && ue4 build) # test aspnetcore 3.x