Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure flatpak-builder
run: meson . ${BUILDDIR}
run: meson setup --wrap-mode nodownload ${BUILDDIR} .

- name: Build flatpak-builder with Meson
run: meson compile -C ${BUILDDIR}
Expand All @@ -166,3 +166,9 @@ jobs:
path: |
builddir/meson-logs/testlog.txt
installed-test-logs/

- name: Configure flatpak-builder with Meson wraps
run: meson setup --wrap-mode=forcefallback ${BUILDDIR}_wrap .

- name: Build flatpak-builder with Meson wraps
run: meson compile -C ${BUILDDIR}_wrap