Skip to content

Fix3

Fix3 #5

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main", "ci" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: make deps
- name: Run Linux build
run: make build_linux