Skip to content

add arch linux PKGBUILD #175

add arch linux PKGBUILD

add arch linux PKGBUILD #175

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y build-essential meson cmake lua5.3 xorg-dev libgl1-mesa-dev
- name: Build
run: |
meson setup build
meson compile -C build