From 8c03d59468ea6307b166add73ccdb7862c402af2 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 13:44:39 +0900 Subject: [PATCH] Restored install dependencies script from build-project --- .github/workflows/build_artifacts.yml | 3 +++ .github/workflows/install_dependencies.yml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index ce29606..e2f6e89 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -38,6 +38,9 @@ jobs: with: submodules: 'true' + - name: "Install dependencies" + uses: ./.github/workflows/build_artifacts.yml + - name: "Assembling manifest" if: ${{ env.DYNAMIC_MANIFEST == 'true' }} run: | diff --git a/.github/workflows/install_dependencies.yml b/.github/workflows/install_dependencies.yml index 781db99..31d5fbb 100644 --- a/.github/workflows/install_dependencies.yml +++ b/.github/workflows/install_dependencies.yml @@ -8,6 +8,12 @@ jobs: install-dependencies: runs-on: ubuntu-latest steps: + + - name: Clone repo + uses: actions/checkout@v3 + with: + submodules: 'true' + - name: "Install dependencies" run: | echo "Starting dependency installation..."