Skip to content

string updates

string updates #31

Workflow file for this run

name: C CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update
run: sudo apt-get install gcc make
- name: make
run: make
- name: make test
run: make test
- name: run test
run: ./test