From 29d47f42c8c91a574f3d1c12d1fbea301655e9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 4 Jul 2024 15:05:50 +0200 Subject: [PATCH] chore: switch back to upstream Static PHP CLI --- build-static.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-static.sh b/build-static.sh index a78ded0..7debe79 100755 --- a/build-static.sh +++ b/build-static.sh @@ -83,9 +83,7 @@ else cd static-php-cli/ git pull else - # TODO: switch back to upstream when https://github.com/crazywhalecc/static-php-cli/pull/481 will be merged - #git clone --depth 1 https://github.com/crazywhalecc/static-php-cli - git clone --depth 1 --branch fix/480 https://github.com/dunglas/static-php-cli + git clone --depth 1 https://github.com/crazywhalecc/static-php-cli cd static-php-cli/ fi