Add small commands

This commit is contained in:
project-repo 2023-04-18 23:14:06 +02:00
commit c126619319

View file

@ -8,6 +8,8 @@ jobs:
container:
image: archlinux:latest
steps:
- run: ls
- run: pwd
- run: bash ../../scripts/install-development-environment
- run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release
- run: ninja -C build