From cebe137ecdb049740b0dd7da00feb2ef6fbd2085 Mon Sep 17 00:00:00 2001 From: Grim Maple Date: Sat, 5 Nov 2022 21:41:45 +0300 Subject: [PATCH] Fix pipelines --- examples/opengl/dub.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/opengl/dub.json b/examples/opengl/dub.json index edf670ef..eb31c4b2 100644 --- a/examples/opengl/dub.json +++ b/examples/opengl/dub.json @@ -18,6 +18,12 @@ }, "configurations": [ + { + "name": "default", + "subConfigurations": { + "dlangui": "default" + } + }, { "name": "x11", "subConfigurations": {