mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
add missing submodule for deps workflows
This commit is contained in:
parent
f822127ddf
commit
0f291cc07d
7
.github/workflows/emu-deps-linux.yml
vendored
7
.github/workflows/emu-deps-linux.yml
vendored
@ -35,6 +35,13 @@ jobs:
|
||||
if: steps.emu-deps-cache-step.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Clone third-party deps (common/linux)
|
||||
if: steps.emu-deps-cache-step.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'third-party/common/linux'
|
||||
path: "${{env.THIRD_PARTY_BASE_DIR}}/common/linux"
|
||||
|
||||
- name: Clone third-party deps (deps/linux)
|
||||
if: steps.emu-deps-cache-step.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
|
7
.github/workflows/emu-deps-win.yml
vendored
7
.github/workflows/emu-deps-win.yml
vendored
@ -45,6 +45,13 @@ jobs:
|
||||
if: steps.emu-deps-cache-step.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Clone third-party deps (common/win)
|
||||
if: steps.emu-deps-cache-step.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'third-party/common/win'
|
||||
path: "${{env.THIRD_PARTY_BASE_DIR}}/common/win"
|
||||
|
||||
- name: Clone third-party deps (deps/win)
|
||||
if: steps.emu-deps-cache-step.outputs.cache-hit != 'true'
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user