From 86a475b733b34262acd7bc4167d83ac3c1610dd8 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 27 Apr 2024 16:18:50 +0300 Subject: [PATCH] Fix missing CI bin directory --- build-matrix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-matrix.sh b/build-matrix.sh index 52ecb53..84900e8 100755 --- a/build-matrix.sh +++ b/build-matrix.sh @@ -43,7 +43,8 @@ then git remote set-branches origin '*' git fetch --all echo "Available branches:" - echo "$(git branch --all)" + git branch --all + cd "$ROOT" fi # make sure build dir exists