Skip to content

Fix gh action

Fix gh action #111

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 5, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update submodules
run: git submodule update --init --recursive
- name: Build
run: make