mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -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"
|
sokol_build_clibs_command="$path_scripts/build_sokol_library.sh"
|
||||||
|
|
||||||
echo "Should be cloning...?"
|
|
||||||
clone_gitrepo "$path_freetype" "$url_freetype"
|
clone_gitrepo "$path_freetype" "$url_freetype"
|
||||||
clone_gitrepo "$path_sokol_tools" "$url_sokol_tools"
|
clone_gitrepo "$path_sokol_tools" "$url_sokol_tools"
|
||||||
|
|
||||||
|
@@ -90,6 +90,8 @@ update_git_repo() {
|
|||||||
echo 'Pulling...'
|
echo 'Pulling...'
|
||||||
git -C "$path" pull
|
git -C "$path" pull
|
||||||
|
|
||||||
|
chmod +x "$build_command"
|
||||||
|
|
||||||
echo "Building $url"
|
echo "Building $url"
|
||||||
pushd "$path" > /dev/null
|
pushd "$path" > /dev/null
|
||||||
eval "$build_command"
|
eval "$build_command"
|
||||||
|
Reference in New Issue
Block a user