Skip to content

IPC for reloading is also functional #8

IPC for reloading is also functional

IPC for reloading is also functional #8

Workflow file for this run

name: C CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y xorg-dev libx11-dev libxft-dev libxinerama-dev
- name: make
run: make atlaswm
- name: clean
run: make clean