mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Removing clone step as included in build_artifacts
This commit is contained in:
parent
5dcb2ed839
commit
ab6a620405
10
.github/workflows/build-artifacts.yml
vendored
10
.github/workflows/build-artifacts.yml
vendored
|
@ -10,17 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
repo-clone:
|
|
||||||
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
|
||||||
needs: repo-clone
|
|
||||||
with:
|
with:
|
||||||
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
Loading…
Reference in a new issue