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

@@ -58,7 +58,6 @@ path_sokol_tools="$path_thirdparty/sokol-tools"
sokol_build_clibs_command="$path_scripts/build_sokol_library.sh"
echo "Should be cloning...?"
clone_gitrepo "$path_freetype" "$url_freetype"
clone_gitrepo "$path_sokol_tools" "$url_sokol_tools"

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"