Skip to content

Commit

Permalink
build with -Dbash=true in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Aug 6, 2023
1 parent 75a7895 commit 3c76e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cd ../gtk3-meson
meson --buildtype=release build
ninja -C build
meson configure build -Dbash=true
ninja -C build
DESTDIR=/tmp/meson-gtk2 ninja -C build install
- name: Autotools build
run: |
Expand Down

0 comments on commit 3c76e58

Please sign in to comment.