Skip to content

Delete .github/workflows/makefile.yml #2

Delete .github/workflows/makefile.yml

Delete .github/workflows/makefile.yml #2

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make all
run: make all
- name: make package
run: make package
- name: make install
run: make install