From 1d9e961292c59502f0f0fd3045822f5d569c1591 Mon Sep 17 00:00:00 2001 From: David Gilbert <gilbert@vr.rwth-aachen.de> Date: Fri, 6 Dec 2024 13:09:46 +0100 Subject: [PATCH] fix(ci): Fixes wrong build version --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56f8c5f..fe1fd21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,8 +40,7 @@ include: # Use the UNREAL_VERSION variable to adjust to your preferred Unreal version. variables: - UNREAL_VERSION: "5.3" - CUSTOM_NDISPLAY_CONFIG: "aixcave_5_3_dev.ndisplay" + UNREAL_VERSION: "5.4" stages: - analyze -- GitLab