From 77e470388be01525d13f12e9e2f2be1b08cf72e2 Mon Sep 17 00:00:00 2001
From: Benjamin O <jeep70cp@gmail.com>
Date: Tue, 6 Feb 2024 14:49:47 -0500
Subject: [PATCH] Add quick comment

---
 action/src/main.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/action/src/main.ts b/action/src/main.ts
index 73fff410..abf64a7c 100644
--- a/action/src/main.ts
+++ b/action/src/main.ts
@@ -310,6 +310,8 @@ const run = async (): Promise<void> => {
           "libxcb-xkb-dev",
         ];
 
+        // Qt 6.5.0 adds this requirement:
+        // https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.0/release-note.md
         if (compareVersions(inputs.version, ">=", "6.5.0")) {
           dependencies.push("libxcb-cursor0");
         }