Skip to content

Fix some indentation stuff #14

Fix some indentation stuff

Fix some indentation stuff #14

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install deps
run: sudo apt install libxft-dev -y
- name: make
run: make
- name: make dist
run: make dist
- name: make clean
run: make clean