Skip to content

Makefile: add an install target #22

Makefile: add an install target

Makefile: add an install target #22

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run make
run: |
make
- name: Run cargo
run: |
cd degpt
cargo build