mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Updated build manifests
This commit is contained in:
parent
bf0f9215dc
commit
0df03fcd9d
2 changed files with 5 additions and 7 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue