Skip to content

Commit 320b2ee

Browse files
authoredMar 14, 2024··
Update tox-install.sh
use master instead of devel for libyang. 3.x preparation is ongoing
1 parent 516a0cb commit 320b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tox-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ download()
3333
fi
3434
}
3535

36-
ly_branch="${LIBYANG_BRANCH:-devel}"
36+
ly_branch="${LIBYANG_BRANCH:-master}"
3737
ly_src="${LIBYANG_SRC:-$toxdir/.ly.$ly_branch.src}"
3838
ly_prefix="$toxdir/.ly.$ly_branch"
3939
ly_build="$toxdir/.ly.$ly_branch.build"

0 commit comments

Comments
 (0)
Please sign in to comment.