Skip to content

Commit 0a36e3e

Browse files
committed
ci: add qt6.10.0 checkout
1 parent a00ff03 commit 0a36e3e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Nix
77
strategy:
88
matrix:
9-
qtver: [qt6.9.2, qt6.9.1, qt6.9.0, qt6.8.3, qt6.8.2, qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
9+
qtver: [qt6.10.0, qt6.9.2, qt6.9.1, qt6.9.0, qt6.8.3, qt6.8.2, qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
1010
compiler: [clang, gcc]
1111
runs-on: ubuntu-latest
1212
permissions:

ci/nix-checkouts.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ let
88
inherit sha256;
99
}) {};
1010
in rec {
11-
latest = qt6_9_0;
11+
latest = qt6_10_0;
12+
13+
qt6_10_0 = byCommit {
14+
commit = "c5ae371f1a6a7fd27823bc500d9390b38c05fa55";
15+
sha256 = "18g0f8cb9m8mxnz9cf48sks0hib79b282iajl2nysyszph993yp0";
16+
};
1217

1318
qt6_9_2 = byCommit {
1419
commit = "e9f00bd893984bc8ce46c895c3bf7cac95331127";

0 commit comments

Comments
 (0)