Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 4, 2024
1 parent 046da0b commit 4c9cb7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
libinput-dev \
libpciaccess-dev \
libpixman-1-dev \
libseat-dev \
libtirpc-dev \
libxcb-composite0-dev \
libxcb-dri3-dev \
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
working-directory: wlroots-${{ matrix.wlroots-version }}
continue-on-error: ${{ matrix.wlroots-version == 'master' }}
run: |
meson build --prefix=/usr -Dxwayland=enabled
meson build --prefix=/usr -Dxwayland=enabled -Dbackends=drm,x11,libinput
ninja -C build
DESTDIR=~/wayland ninja -C build install
- name: Create artifact
Expand Down

0 comments on commit 4c9cb7e

Please sign in to comment.