From 5ce1b0723b82b1cd7705024767ca973e825aaf90 Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Wed, 7 Feb 2024 14:20:53 +0100 Subject: [PATCH] Update project.gitlab-ci.yml --- project.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml index f7cde01..99292c1 100644 --- a/project.gitlab-ci.yml +++ b/project.gitlab-ci.yml @@ -24,6 +24,8 @@ include: # #If you want to alter the unreal-building process two variables are defined for either changing the CLIENT_CONFIG or #for adding EXTRA_ARGS to the building process +# +# Use the UNREAL_VERSION variable to adjust to your preferred Unreal version. variables: UNREAL_VERSION: "5.3" -- GitLab