Add mesa-dev #89
Workflow file for this run
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] | |
jobs: | |
alpine: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: jirutka/setup-alpine@v1 | |
with: | |
branch: edge | |
packages: build-base git meson eudev-dev libdrm-dev libxcb-dev xcb-util-renderutil-dev xcb-util-wm-dev libxkbcommon-dev mesa-dev pixman-dev wayland-dev wayland-protocols libdecor | |
- run: | | |
meson setup build | |
meson compile -C build | |
shell: alpine.sh {0} |