Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Aug 6, 2023
1 parent 3c76e58 commit 5abcc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
run: |
meson --buildtype=release -Dgtkver=2 build
ninja -C build
DESTDIR=/tmp/meson-gtk3 ninja -C build install
DESTDIR=/tmp/meson-gtk2 ninja -C build install
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
DESTDIR=/tmp/meson-gtk3 ninja -C build install
- name: Autotools build
run: |
cd ../gtk2-autotools
Expand Down

0 comments on commit 5abcc75

Please sign in to comment.