mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Added clone repo step
This commit is contained in:
parent
d30d82fb93
commit
b60232307e
9
.github/workflows/build-artifacts.yml
vendored
9
.github/workflows/build-artifacts.yml
vendored
|
@ -10,6 +10,15 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
cloning-repo:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Clone repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue