added dep for signer in workflow, here we go again! hope this works

This commit is contained in:
otavepto 2023-12-31 19:54:03 +02:00
parent ecf9db20a6
commit c272d965f9
2 changed files with 12 additions and 0 deletions

View File

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

View File

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