Skip to content

Commit 8bdefca

Browse files
fix: add lazurite to build matrix (#182)
1 parent 9c5279f commit 8bdefca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- lxqt
2929
- mate
3030
- vauxite
31+
- lazurite
3132
major_version: [38, 39]
3233
driver_version: [470, 545]
3334
include:
@@ -42,9 +43,11 @@ jobs:
4243
is_stable_version: true
4344
is_gts_version: false
4445
exclude:
45-
# There is no Fedora 38 version of onyx
46+
# There is no Fedora 38 version of onyx or lazurite
4647
- image_name: onyx
4748
major_version: 38
49+
- image_name: lazurite
50+
major_version: 38
4851
steps:
4952
- name: Maximize build space
5053
uses: ublue-os/remove-unwanted-software@v6

0 commit comments

Comments
 (0)