Skip to content

Merge pull request #16 from carsontung666/feat/issue-268-v016 #74

Merge pull request #16 from carsontung666/feat/issue-268-v016

Merge pull request #16 from carsontung666/feat/issue-268-v016 #74

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 构建
run: cmake -B build && cmake --build build