Skip to content

Updated for copies of files #2

Updated for copies of files

Updated for copies of files #2

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure
run: ./configure
- name: Make
run: make