Skip to content

优化自动构建索引 #509

优化自动构建索引

优化自动构建索引 #509

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: devel
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-gnutls-dev
- name: make
run: make all