Removing clone step as included in build_artifacts

This commit is contained in:
XargonWan 2024-11-05 14:47:57 +09:00
parent 5dcb2ed839
commit ab6a620405

View file

@ -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"