Skip to content

Commit

Permalink
Try release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-garg authored Dec 12, 2024
1 parent 547139d commit 26c35f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ ! -d "${directory}/opendnp3" ]; then
# Until we hve a newer libasio on all the platforms we support we will
if [[ ${OS_NAME} == *"Ubuntu"* && ${OS_VERSION} == *"2"* ]]; then
# stick with release 2.3.0 of opendnp3
git checkout tags/2.3.0
# git checkout tags/2.3.0 # Use release for gcc version 11+
# Set TLS flag
useTLS=1
else
Expand Down

0 comments on commit 26c35f1

Please sign in to comment.