Skip to content

Commit

Permalink
Remaining changes
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <[email protected]>
  • Loading branch information
juanlofer-eprosima committed Sep 13, 2023
1 parent c60ca03 commit 96d5557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: install Fast-CDR
shell: pwsh
run: >
git clone https://github.com/eProsima/Fast-CDR.git;
git clone https://github.com/eProsima/Fast-CDR.git --branch 1.1.x;
cmake -Ax64 -T host=x64 -B build\fastcdr Fast-CDR;
cmake --build build\fastcdr --config Release --target install
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: install Fast-CDR
shell: pwsh
run: >
git clone https://github.com/eProsima/Fast-CDR.git;
git clone https://github.com/eProsima/Fast-CDR.git --branch 1.1.x;
cmake -Ax64 -T host=x64 -B build\fastcdr Fast-CDR;
cmake --build build\fastcdr --config Debug --target install
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/developer_manual/installation/sources/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Local installation
.. code-block:: bash
cd ~/Fast-DDS-Monitor
git clone https://github.com/eProsima/Fast-CDR.git
git clone https://github.com/eProsima/Fast-CDR.git --branch 1.1.x
mkdir Fast-CDR/build
cd Fast-CDR/build
cmake .. -DCMAKE_INSTALL_PREFIX=~/Fast-DDS-Monitor/install
Expand Down

0 comments on commit 96d5557

Please sign in to comment.