Skip to content

Fix gh action

Fix gh action #112

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update submodules
run: git submodule update --init --recursive
- name: Build
run: make