From c272d965f9a1eeef9b6178b799b5e698473a1a23 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:54:03 +0200 Subject: [PATCH] added dep for signer in workflow, here we go again! hope this works --- .github/workflows/build-gen_emu_config-win.yml | 6 ++++++ .github/workflows/build-win.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/build-gen_emu_config-win.yml b/.github/workflows/build-gen_emu_config-win.yml index f03069e9..17755304 100644 --- a/.github/workflows/build-gen_emu_config-win.yml +++ b/.github/workflows/build-gen_emu_config-win.yml @@ -44,6 +44,12 @@ jobs: ref: 'third-party/deps/win' path: "${{env.THIRD_PARTY_BASE_DIR}}/deps/win" + - name: Clone third-party deps (build/win) + uses: actions/checkout@v4 + with: + ref: 'third-party/build/win' + path: "${{env.THIRD_PARTY_BASE_DIR}}/build/win" + # deps - name: Install dependencies shell: cmd diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 3b66c9de..2e215c72 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -138,6 +138,12 @@ jobs: ref: 'third-party/deps/win' path: "${{env.THIRD_PARTY_BASE_DIR}}/deps/win" + - name: Clone third-party deps (build/win) + uses: actions/checkout@v4 + with: + ref: 'third-party/build/win' + path: "${{env.THIRD_PARTY_BASE_DIR}}/build/win" + ### build (release mode) - name: Build release mode shell: cmd