mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +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'
|
ref: 'third-party/deps/win'
|
||||||
path: "${{env.THIRD_PARTY_BASE_DIR}}/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
|
# deps
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: cmd
|
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'
|
ref: 'third-party/deps/win'
|
||||||
path: "${{env.THIRD_PARTY_BASE_DIR}}/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)
|
### build (release mode)
|
||||||
- name: Build release mode
|
- name: Build release mode
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user