Skip to content

Commit

Permalink
fixup! ci: Build and run libportal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Sep 3, 2024
1 parent b85f2e7 commit 49aeddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Check out libportal
uses: actions/checkout@v3
- name: Configure libportal
run: meson setup --prefix=/usr _build -Dbackend-gtk3=enabled -Dbackend-gtk4=enabled -Dbackend-qt5=enabled -Dbackend-qt6=enabled -Dportal-tests=true
run: meson setup --prefix=/usr _build -Dbackend-gtk3=enabled -Dbackend-gtk4=enabled -Dbackend-qt5=enabled -Dbackend-qt6=enabled
- name: Build libportal
run: ninja -C_build
- name: Run libportal tests
Expand Down

0 comments on commit 49aeddd

Please sign in to comment.