Use fetchdep everywhere
This commit is contained in:
parent
418de7998a
commit
8bdd965122
7 changed files with 135 additions and 117 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -19,11 +19,8 @@ jobs:
|
|||
with:
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install SDKs
|
||||
run: "./scripts/fetch-develop.deps.sh --depth 1"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: "yarn install"
|
||||
run: "./scripts/layered.sh"
|
||||
|
||||
- name: Build & Package
|
||||
run: "./scripts/ci_package.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue