Skip to content

update github workflows #17

update github workflows

update github workflows #17

Workflow file for this run

name: Make
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: make
run: make all