diff --git a/build-matrix.sh b/build-matrix.sh index ea65103..8cc1665 100755 --- a/build-matrix.sh +++ b/build-matrix.sh @@ -46,7 +46,9 @@ mkdir bin for BRANCH in "${BRANCHES[@]}" do cd "$HL2SDK" - git fetch + git fetch --all + echo "Available branches:" + echo "$(git branch --all)" git checkout "$BRANCH" git pull cd "$ROOT"