Skip to content

Commit

Permalink
Refs #19641: Temporal fix to clone branch 1.1.x of Fast CDR in TSan w…
Browse files Browse the repository at this point in the history
…orkflow

Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz committed Sep 8, 2023
1 parent 40523fd commit aa11133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/thread-sanitizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Download Fast-CDR and make it sanitizer aware
run: |
cd ws
git clone https://github.com/eProsima/Fast-CDR.git
git clone --branch 1.1.x https://github.com/eProsima/Fast-CDR.git
cd Fast-CDR
git remote add efork https://github.com/MiguelBarro/Fast-CDR.git
git fetch efork
Expand Down

0 comments on commit aa11133

Please sign in to comment.