Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

very simple TUI test i wrote on vacation #86

very simple TUI test i wrote on vacation

very simple TUI test i wrote on vacation #86

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure
run: make configure
- name: Build
run: make build