Skip to content

Commit

Permalink
Use correct action for downloading dependencies (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Nov 4, 2024
1 parent 4a524e9 commit 328d165
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: nightly-dev-utils

on:
workflow_dispatch:

schedule:
- cron: '0 5 * * *'

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Download dependencies and install requirements
uses: ./src/.github/actions/project_dependencies
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
with:
os: ${{ matrix.os }}
cmake_build_type: ${{ matrix.cmake_build_type }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Download dependencies and install requirements
uses: ./src/.github/actions/project_dependencies
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
with:
os: ubuntu-22.04
cmake_build_type: Release
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Download dependencies and install requirements
uses: ./src/.github/actions/project_dependencies
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
with:
os: ubuntu-22.04
cmake_build_type: Release
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Download dependencies and install requirements
uses: ./src/.github/actions/project_dependencies
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
with:
os: ubuntu-22.04
cmake_build_type: Release
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Download dependencies and install requirements
uses: ./src/.github/actions/project_dependencies
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
with:
os: ubuntu-22.04
cmake_build_type: Release
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Download dependencies and install requirements
uses: ./src/.github/actions/project_dependencies
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
with:
os: ubuntu-22.04
cmake_build_type: Release
Expand Down

0 comments on commit 328d165

Please sign in to comment.