From e648f1c91ef82bdfee56b6d7225819b3d5fd78b2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 10 May 2021 17:55:27 +0100 Subject: [PATCH] Remove unnecessary script copy --- tests/gh-actions/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gh-actions/build.sh b/tests/gh-actions/build.sh index c80d5a739..62f1082cf 100755 --- a/tests/gh-actions/build.sh +++ b/tests/gh-actions/build.sh @@ -23,4 +23,3 @@ cd php-build echo '"pthreads",,"https://github.com/pmmp/pthreads.git",,,"extension",' >> share/php-build/extension/definition PHP_BUILD_INSTALL_EXTENSION='pthreads=@acc6e52b2144c61c434b62a3cb680d537e06828e yaml=2.2.1' PHP_BUILD_ZTS_ENABLE=on ./bin/php-build "$VERSION" "$INSTALL_DIR" || exit 1 rm "$INSTALL_DIR/etc/conf.d/xdebug.ini" || true -cp install-dependencies.sh "$INSTALL_DIR"