Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b84fb39

Browse files
committedDec 2, 2023
fix: workflow matrix
1 parent 8ea250d commit b84fb39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/build-packages.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
target-os: [ debian-12, ubuntu-2204, fedora-38, fedora-39, arch ]
13-
edition: [ default, libadwaita ]
13+
include:
14+
- edition: libadwaita
15+
target-os: fedora-39
16+
- edition: libadwaita
17+
target-os: arch
1418
runs-on: ubuntu-latest
1519
steps:
1620
- name: Checkout repository

0 commit comments

Comments
 (0)
Please sign in to comment.