Skip to content

Sam at luther/support arm #2

Sam at luther/support arm

Sam at luther/support arm #2

Workflow file for this run

name: CI Pipeline
on:
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
with:
lfs: true
- name: Build
run: make
timeout-minutes: 10