mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-06 09:15:55 +02:00
added dep for signer in workflow, here we go again! hope this works
This commit is contained in:
parent
ecf9db20a6
commit
c272d965f9
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
6
.github/workflows/build-win.yml
vendored
6
.github/workflows/build-win.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue