mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
Fixing build-artifacts wokflow
This commit is contained in:
parent
7f864a8c6e
commit
bcd0c31515
14
.github/workflows/build-artifacts.yml
vendored
14
.github/workflows/build-artifacts.yml
vendored
|
@ -8,13 +8,13 @@ on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Building-project:
|
install-dependencies:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: "Install dependencies"
|
|
||||||
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
uses: RetroDECK/components-template/.github/workflows/install_dependencies.yml@main
|
||||||
|
with:
|
||||||
|
# You can pass inputs here if the `install_dependencies.yml` workflow defines them
|
||||||
|
|
||||||
- name: "Build project"
|
build-project:
|
||||||
|
needs: install-dependencies # Ensures this job only runs after install-dependencies
|
||||||
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
uses: RetroDECK/components-template/.github/workflows/build_artifacts.yml@main
|
||||||
|
with:
|
||||||
|
# Pass inputs as needed if the `build_artifacts.yml` workflow defines them
|
||||||
|
|
Loading…
Reference in a new issue