rename buildbase

This commit is contained in:
nautaa 2023-09-27 18:40:17 +08:00
parent 7bb7a06a8a
commit 543d74c2c7
2 changed files with 2 additions and 2 deletions

View File

@ -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'