Skip to content

README.md update

README.md update #9

Workflow file for this run

name: build
on: [push]
jobs:
build-with-ncurses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: sudo apt-get install ncurses-dev
- name: make
run: make -f Makefile.con
build-ansi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make
run: make -f Makefile.ans