Updated build manifests

This commit is contained in:
Keith Bowes 2022-12-08 18:17:27 -05:00
parent bf0f9215dc
commit 0df03fcd9d
2 changed files with 5 additions and 7 deletions

View file

@ -12,15 +12,13 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: archlinux:base-devel
container: alpine:edge
steps:
- name: packages
run: |
pacman-key --init
pacman -Syu --noconfirm
pacman -S --noconfirm git libevdev libinput libxkbcommon libxml2 meson wayland wayland-protocols wlroots xorg-server-xwayland
# actions/checkout@v2 clones the repository
- uses: actions/checkout@v2
apk add gcc git libevdev-dev libinput-dev libxkbcommon-dev libxml2-dev meson musl-dev wayland-dev wayland-protocols wlroots-dev xwayland
# actions/checkout@v3 clones the repository
- uses: actions/checkout@v3
- name: setup
run: |
meson setup build