Skip to content

Fix gh action

Fix gh action #110

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
arch: [x86_64, aarch64]
steps:
- name: Build
- uses: actions/checkout@v4
run: |
git submodule update --init --recursive
make