Skip to content

Commit

Permalink
Add quick comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Feb 6, 2024
1 parent 16c52b8 commit 77e4703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 77e4703

Please sign in to comment.