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 ddeb812
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 @@ -34,6 +34,7 @@ jobs:
libtirpc-dev \
libxcb-composite0-dev \
libxcb-dri3-dev \
libxcb-errors-dev \
libxcb-ewmh-dev \
libxcb-icccm4-dev \
libxcb-image0-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 ddeb812

Please sign in to comment.