mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Removed redundant install dependecies script as it's now sourced by build_artifacts.yml
This commit is contained in:
parent
9de13e2754
commit
5594b78ef2
3
.github/workflows/build-artifacts.yml
vendored
3
.github/workflows/build-artifacts.yml
vendored
|
@ -9,11 +9,8 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
install-dependencies:
|
||||
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
||||
|
||||
build-project:
|
||||
needs: install-dependencies # Ensures this job only runs after install-dependencies
|
||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||
with:
|
||||
MANIFEST_FILENAME: "net.rpcs3.RPCS3.yaml"
|
Loading…
Reference in a new issue