mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
workflow: problably will not work (permissions)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user