Skip to content

Commit a33ad14

Browse files
author
fran
committed
changed sg-graph branch
1 parent 7b7b722 commit a33ad14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/c-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
working-directory: .
2424
run: |
25-
make update-sbg-lib sbg_branch=iss-23-refactor repo_checkout=https
25+
make update-sbg-lib sbg_branch=sbg-partioner-related-branch repo_checkout=https
2626
make
2727
2828
- name: Tests

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Target variables
22
MODE ?= Debug
3-
sbg_branch ?= iss-23-refactor
3+
sbg_branch ?= sbg-partioner-related-branch
44
build_sbg ?= True
55
repo_checkout=ssh
66

@@ -41,6 +41,6 @@ help:
4141
@echo "Default values:"
4242
@echo ""
4343
@echo "MODE=Debug"
44-
@echo "sbg_branch=iss-23-refactor"
44+
@echo "sbg_branch=sbg-partioner-related-branch"
4545
@echo "build_sbg=True"
4646
@echo "repo_checkout=ssh"

src/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Target variables
22
MODE ?= Debug
33
DISTRO := $(shell lsb_release -r 2>/dev/null | grep Release | awk '{ print $$2 }')
4-
sbg_branch ?= iss-23-refactor
4+
sbg_branch ?= sbg-partioner-related-branch
55
build_sbg ?= True
66
repo_checkout ?= ssh
77

@@ -98,6 +98,6 @@ help:
9898
@echo "Default values:"
9999
@echo ""
100100
@echo "MODE=Debug"
101-
@echo "sbg_branch=iss-23-refactor"
101+
@echo "sbg_branch=sbg-partioner-related-branch"
102102
@echo "build_sbg=True"
103103
@echo "repo_checkout=ssh"

0 commit comments

Comments
 (0)