Skip to content

Commit

Permalink
ci: Fix duplicate argument to flatpak-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 15, 2024
1 parent 92a74c7 commit 2d7a703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Validate manifests
run: |
set -e
for i in $(find . -type f -name "*.json"); do flatpak run org.flatpak.Builder --show-manifest --show-manifest "$i"; done
for i in $(find . -type f -name "*.json"); do flatpak run org.flatpak.Builder --show-manifest "$i"; done
rm -rf .flatpak-builder
find . -maxdepth 1 -mindepth 1 -type d ! -path './.github' ! -path './.git' | while read dir; do
Expand Down

0 comments on commit 2d7a703

Please sign in to comment.