Skip to content

Fix gh action

Fix gh action #109

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Build
- uses: actions/checkout@v4
run: |
git submodule update --init --recursive
make prefix=. install
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: ./bin