mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
ci: add qt6.10.0 checkout
This commit is contained in:
parent
a00ff03944
commit
0a36e3ed40
2 changed files with 7 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
name: Nix
|
||||
strategy:
|
||||
matrix:
|
||||
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]
|
||||
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]
|
||||
compiler: [clang, gcc]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,12 @@ let
|
|||
inherit sha256;
|
||||
}) {};
|
||||
in rec {
|
||||
latest = qt6_9_0;
|
||||
latest = qt6_10_0;
|
||||
|
||||
qt6_10_0 = byCommit {
|
||||
commit = "c5ae371f1a6a7fd27823bc500d9390b38c05fa55";
|
||||
sha256 = "18g0f8cb9m8mxnz9cf48sks0hib79b282iajl2nysyszph993yp0";
|
||||
};
|
||||
|
||||
qt6_9_2 = byCommit {
|
||||
commit = "e9f00bd893984bc8ce46c895c3bf7cac95331127";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue