Skip to content

Commit 328d165

Browse files
authored
Use correct action for downloading dependencies (#132)
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent 4a524e9 commit 328d165

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Diff for: .github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: nightly-dev-utils
33

44
on:
5+
workflow_dispatch:
6+
57
schedule:
68
- cron: '0 5 * * *'
79

Diff for: .github/workflows/reusable-workflow.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
ref: ${{ inputs.ref }}
9898

9999
- name: Download dependencies and install requirements
100-
uses: ./src/.github/actions/project_dependencies
100+
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
101101
with:
102102
os: ${{ matrix.os }}
103103
cmake_build_type: ${{ matrix.cmake_build_type }}
@@ -130,7 +130,7 @@ jobs:
130130
ref: ${{ inputs.ref }}
131131

132132
- name: Download dependencies and install requirements
133-
uses: ./src/.github/actions/project_dependencies
133+
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
134134
with:
135135
os: ubuntu-22.04
136136
cmake_build_type: Release
@@ -163,7 +163,7 @@ jobs:
163163
ref: ${{ inputs.ref }}
164164

165165
- name: Download dependencies and install requirements
166-
uses: ./src/.github/actions/project_dependencies
166+
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
167167
with:
168168
os: ubuntu-22.04
169169
cmake_build_type: Release
@@ -201,7 +201,7 @@ jobs:
201201
ref: ${{ inputs.ref }}
202202

203203
- name: Download dependencies and install requirements
204-
uses: ./src/.github/actions/project_dependencies
204+
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
205205
with:
206206
os: ubuntu-22.04
207207
cmake_build_type: Release
@@ -232,7 +232,7 @@ jobs:
232232
ref: ${{ inputs.ref }}
233233

234234
- name: Download dependencies and install requirements
235-
uses: ./src/.github/actions/project_dependencies
235+
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
236236
with:
237237
os: ubuntu-22.04
238238
cmake_build_type: Release
@@ -264,7 +264,7 @@ jobs:
264264
ref: ${{ inputs.ref }}
265265

266266
- name: Download dependencies and install requirements
267-
uses: ./src/.github/actions/project_dependencies
267+
uses: eProsima/dev-utils/.github/actions/project_dependencies@main
268268
with:
269269
os: ubuntu-22.04
270270
cmake_build_type: Release

0 commit comments

Comments
 (0)