Skip to content

Commit

Permalink
fix: condition target
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Dec 2, 2023
1 parent 86474a8 commit 38d5e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt -y install /tmp/pkger.deb
- name: Set libadwaita target
if: contains(matrix.edition, 'libadwaita')
if: contains(matrix.target-os, 'libadwaita')
run: sed -i 's/\&\& make/\&\& make build-release-libadwaita/g' pkg/recipes/lact/recipe.yml

- name: Build packages
Expand Down

0 comments on commit 38d5e94

Please sign in to comment.