mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
added dep for signer in workflow, here we go again! hope this works
This commit is contained in:
parent
ecf9db20a6
commit
c272d965f9
@ -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…
Reference in New Issue
Block a user