Skip to content

Commit

Permalink
ci: Fix building org.flatpak.Builder
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
bbhtt committed Dec 15, 2024
1 parent b969411 commit c76a322
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Build org.flatpak.Builder
run: |
git clone --depth=1 --branch master --recursive --single-branch https://github.com/flathub/org.flatpak.Builder.git
git submodule update --init --recursive
cd org.flatpak.Builder
flatpak-builder --verbose --user --sandbox --force-clean --repo=repo \
--install-deps-from=flathub --default-branch=localtest --ccache \
--install builddir org.flatpak.Builder.json
Expand Down Expand Up @@ -102,7 +99,6 @@ jobs:
- name: Sanity check the linter
run: |
cd org.flatpak.Builder
flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions manifest org.flatpak.Builder.json
flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions builddir builddir
flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions repo repo
Expand Down

0 comments on commit c76a322

Please sign in to comment.