Use fetchdep everywhere

This commit is contained in:
Michael Telatynski 2022-04-27 17:12:34 +01:00
parent 418de7998a
commit 8bdd965122
7 changed files with 135 additions and 117 deletions

View file

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