Skip to content

update qq group

update qq group #110

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: cmake
run: cd src && cmake .
- name: make
run: cd src && make