Skip to content

omf - add org field, fix bug with expressload (invalid header if > 1 … #16

omf - add org field, fix bug with expressload (invalid header if > 1 …

omf - add org field, fix bug with expressload (invalid header if > 1 … #16

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@v3
with:
submodules: true
- name: make
run: make all