Skip to content

Add problems

Add problems #72

Workflow file for this run

name: Commit CI
on:
push:
branches:
- "*"
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
# 拉取代码
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust Toolchains
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: "x86_64-unknown-linux-gnu"
- name: Build
run: cargo build --bin chai