From 952e949466f6910dee1e8cc88c74282e15c26680 Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Fri, 5 Jan 2024 15:14:24 +0100 Subject: [PATCH] Update plugins.gitlab-ci.yml --- plugins.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml index 7b0a080..e7014da 100644 --- a/plugins.gitlab-ci.yml +++ b/plugins.gitlab-ci.yml @@ -37,6 +37,9 @@ include: # You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works # with a generated project. +variables: + UNREAL_VERSION: "5.3" + stages: - generate - build -- GitLab