diff --git a/.github/workflows/build_base/action.yml b/.github/workflows/buildbase/action.yml similarity index 100% rename from .github/workflows/build_base/action.yml rename to .github/workflows/buildbase/action.yml diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f4979593a..44642eae6 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -27,7 +27,7 @@ jobs: path: deps/3rd - name: Build - uses: ./.github/workflows/build_base + uses: ./.github/workflows/buildbase with: save_cache: ${{github.event_name == 'push'}} os: 'centos7' @@ -54,7 +54,7 @@ jobs: path: deps/3rd - name: Build - uses: ./.github/workflows/build_base + uses: ./.github/workflows/buildbase with: save_cache: ${{github.event_name == 'push'}} os: 'ubuntu22'