Skip to content

Commit

Permalink
green :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed May 5, 2024
1 parent 74ddbca commit 96404e7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
libpciaccess-devel \
libudev-devel \
libxkbcommon-x11-devel \
libxkbfile-devel \
libxml2-devel \
mesa-libEGL-devel \
mesa-libgbm-devel \
Expand Down Expand Up @@ -87,13 +88,6 @@ jobs:
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build xwayland
working-directory: xserver-xwayland-${{ env.xwayland-version }}
run: |
meson build --prefix=/usr
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build libdrm
working-directory: drm-libdrm-${{ env.libdrm-version }}
run: |
Expand All @@ -115,6 +109,13 @@ jobs:
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build xwayland
working-directory: xserver-xwayland-${{ env.xwayland-version }}
run: |
meson build --prefix=/usr
ninja -C build
DESTDIR=~/wayland ninja -C build install
ninja -C build install
- name: Build wlroots
working-directory: wlroots-${{ env.wlroots-version }}
run: |
Expand Down

0 comments on commit 96404e7

Please sign in to comment.