Skip to content

Commit dcbe76c

Browse files
committed
ci: actions: Use matching branch name for deps if available
1 parent 1337545 commit dcbe76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
export TARGET_WORKSPACE="$(pwd)/projects"
5454
source projects/env.sh
55-
ns-clone -d -s
55+
ns-clone -d -s -b ${GITHUB_REF_NAME}
5656
ns-make-libs install
5757
5858
- name: Build Library

0 commit comments

Comments
 (0)