Skip to content

Commit

Permalink
Merge pull request #1748 from srcejon/fix_1741
Browse files Browse the repository at this point in the history
Update codec2 repo in build_codec2.sh
  • Loading branch information
f4exb authored Jul 29, 2023
2 parents d1c271c + 0fb7500 commit 9a3a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ci/build_codec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd $HOME
mkdir -p external && cd external
mkdir -p drowe67 && cd drowe67

git clone https://github.com/drowe67/codec2.git
git clone https://github.com/drowe67/codec2-dev.git

cd codec2
git reset --hard "v1.0.3"
Expand Down

1 comment on commit 9a3a131

@f4exb
Copy link
Owner Author

@f4exb f4exb commented on 9a3a131 Jul 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will clone into codec2-dev so either cd to codec2-dev or have the git cone command followed by codec2

Please sign in to comment.