Skip to content

chore: 更新密码输入功能以支持确认密码 #76

chore: 更新密码输入功能以支持确认密码

chore: 更新密码输入功能以支持确认密码 #76

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cjson and ncurses
run: sudo apt-get update && sudo apt-get install -y libcjson1 libcjson-dev libncurses5-dev libmicrohttpd-dev
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck