workflow: problably will not work (permissions)

This commit is contained in:
2024-10-19 13:28:01 -04:00
parent b10b68ea84
commit f3a10d0a93
2 changed files with 2 additions and 1 deletions

View File

@@ -90,6 +90,8 @@ update_git_repo() {
echo 'Pulling...'
git -C "$path" pull
chmod +x "$build_command"
echo "Building $url"
pushd "$path" > /dev/null
eval "$build_command"