diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/cpp-build.yml similarity index 98% rename from .github/workflows/c-cpp.yml rename to .github/workflows/cpp-build.yml index 0281d22..9efd62b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/cpp-build.yml @@ -1,5 +1,5 @@ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions -name: C/C++ CI +name: C++ Build on: push: diff --git a/README.md b/README.md index 36dc16b..0546768 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ZJ C++ Base -[![Build status](https://github.com/zongyaojin/zj-base/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/zongyaojin/zj-base/actions/workflows/c-cpp.yml) +[![C++ Build](https://github.com/zongyaojin/zj-base/actions/workflows/cpp-build.yml/badge.svg)](https://github.com/zongyaojin/zj-base/actions/workflows/cpp-build.yml) [![GitHub license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/zongyaojin/zj-base/blob/main/LICENSE) This package contains some basic tools such as logging and debugging for C++ projects. diff --git a/scripts/zj-common-scripts b/scripts/zj-common-scripts index 19808ab..cfd641d 160000 --- a/scripts/zj-common-scripts +++ b/scripts/zj-common-scripts @@ -1 +1 @@ -Subproject commit 19808ab6454f1b684315e7c7a41e8256b078de0c +Subproject commit cfd641d9a3e592be052f8d3895d3732aed600466