From 24cf5bd8f73272a3900cc8ff3f86b899ffdfa84a Mon Sep 17 00:00:00 2001 From: Rahim Rahman Date: Mon, 10 Feb 2025 11:21:48 -0700 Subject: [PATCH] change to mattermost/APNG4Android --- .github/actions/prepare-node-deps/action.yaml | 2 +- scripts/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare-node-deps/action.yaml b/.github/actions/prepare-node-deps/action.yaml index 085b9ff807..c50ce3bb54 100644 --- a/.github/actions/prepare-node-deps/action.yaml +++ b/.github/actions/prepare-node-deps/action.yaml @@ -60,6 +60,6 @@ runs: run: | echo "::group::clone-APNG4Android" if [ ! -d "$APNG4Android" ]; then - git clone -b "fix/MM-62375-oom-on-gif" --single-branch https://github.com/rahimrahman/APNG4Android.git "$APNG4Android"; + git clone -b "fix/MM-62375-OOM-on-gif-with-build-updates" --single-branch --depth 1 https://github.com/mattermost/APNG4Android.git "$APNG4Android"; fi echo "::endgroup::" diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 2c8a297569..d40c10c707 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -48,5 +48,5 @@ fi APNG4Android="node_modules/APNG4Android" if [ ! -z "$APNG4Android" ]; then - git clone -b "fix/MM-62375-oom-on-gif" --single-branch https://github.com/rahimrahman/APNG4Android.git "$APNG4Android"; + git clone -b "fix/MM-62375-OOM-on-gif-with-build-updates" --single-branch --depth 1 https://github.com/mattermost/APNG4Android.git "$APNG4Android"; fi \ No newline at end of file