We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86474a8 commit 38d5e94Copy full SHA for 38d5e94
.github/workflows/build-packages.yaml
@@ -21,7 +21,7 @@ jobs:
21
sudo apt -y install /tmp/pkger.deb
22
23
- name: Set libadwaita target
24
- if: contains(matrix.edition, 'libadwaita')
+ if: contains(matrix.target-os, 'libadwaita')
25
run: sed -i 's/\&\& make/\&\& make build-release-libadwaita/g' pkg/recipes/lact/recipe.yml
26
27
- name: Build packages
0 commit comments