From c82288e8134964cad77644a2101a83e415b29fd9 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Fri, 18 Oct 2024 21:55:34 +0200 Subject: [PATCH] issue template: add WLR_DRM_NO_MODIFIERS to env check --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 26bd1b7..73d99d5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -50,6 +50,6 @@ body: label: Environment render: shell description: It would help to know your environment. Please run the command below and paste the output here. If you want to add something else that could help, please do so! - value: lsb_release -a; uname -a; pgrep -l sway; pacman -Q | egrep "(wlroots|vulkan|sway|clang|rust)"; dpkg -l | egrep "(wlroots|vulkan|sway|clang|rust)" + value: lsb_release -a; uname -a; pgrep -l sway; pacman -Q | egrep "(wlroots|vulkan|sway|clang|rust)"; dpkg -l | egrep "(wlroots|vulkan|sway|clang|rust)"; echo "WLR_DRM_NO_MODIFIERS=$WLR_DRM_NO_MODIFIERS" validations: required: true