rename buildbase
This commit is contained in:
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
path: deps/3rd
|
path: deps/3rd
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: ./.github/workflows/build_base
|
uses: ./.github/workflows/buildbase
|
||||||
with:
|
with:
|
||||||
save_cache: ${{github.event_name == 'push'}}
|
save_cache: ${{github.event_name == 'push'}}
|
||||||
os: 'centos7'
|
os: 'centos7'
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
path: deps/3rd
|
path: deps/3rd
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: ./.github/workflows/build_base
|
uses: ./.github/workflows/buildbase
|
||||||
with:
|
with:
|
||||||
save_cache: ${{github.event_name == 'push'}}
|
save_cache: ${{github.event_name == 'push'}}
|
||||||
os: 'ubuntu22'
|
os: 'ubuntu22'
|
||||||
|
|||||||
Reference in New Issue
Block a user