Skip to content

Create linux-build

Create linux-build #2

Workflow file for this run

name: macOS Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make clean all