Skip to content

Commit 200983f

Browse files
authored
Update github action (#2353)
Signed-off-by: Ricardo González Moreno <[email protected]>
1 parent 7b97f19 commit 200983f

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

.github/actions/fetch-fastdds-repos/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ runs:
88
cd src
99
git clone https://github.com/eProsima/foonathan_memory_vendor.git
1010
git clone https://github.com/eProsima/Fast-CDR.git
11+
git clone https://github.com/google/googletest.git --branch release-1.10.0
1112
cd ..
1213
shell: bash

.github/actions/install-gtest/action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/statistics_coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
path: src/Fast-DDS
1616

1717
- uses: ./src/Fast-DDS/.github/actions/install-apt-packages
18-
- uses: ./src/Fast-DDS/.github/actions/install-gtest
1918
- uses: ./src/Fast-DDS/.github/actions/install-python-packages
2019
- uses: ./src/Fast-DDS/.github/actions/fetch-fastdds-repos
2120

.github/workflows/statistics_module.meta

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"-DSECURITY=ON",
1212
"-DTHIRDPARTY=ON",
1313
"-DGTEST_INDIVIDUAL=ON",
14-
"-DEPROSIMA_GTEST=ON",
1514
"-DFASTDDS_PIM_API_TESTS=ON",
1615
"-DFASTDDS_STATISTICS=ON",
1716
]

0 commit comments

Comments
 (0)