add seat capabailities #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: alpine:edge | |
steps: | |
- name: dependencies | |
run: apk add clang make libevdev-dev libinput-dev libxkbcommon-dev libxml2-dev musl-dev wayland-dev wayland-protocols wlroots-dev xwayland | |
- uses: actions/checkout@v3 | |
- name: make | |
run: make |