Skip to content

Update README.md

Update README.md #30

Workflow file for this run

name: temporary
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: Change to src directory
run: cd src