Fix missing CI bin directory

This commit is contained in:
Lauri Räsänen 2024-04-27 16:18:50 +03:00
parent 8c388bc8b6
commit 86a475b733

View file

@ -43,7 +43,8 @@ then
git remote set-branches origin '*' git remote set-branches origin '*'
git fetch --all git fetch --all
echo "Available branches:" echo "Available branches:"
echo "$(git branch --all)" git branch --all
cd "$ROOT"
fi fi
# make sure build dir exists # make sure build dir exists