Skip to content

update number

update number #59

Workflow file for this run

name: C CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: git submodule update --init --recursive
- run: make build -s