From dab4ef41f71d439e853d6140cd0e96f77e9508ef Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 22 Aug 2024 13:01:49 +1000 Subject: [PATCH] Work on build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af304ed..7b9f4c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,8 @@ jobs: run: | phpize ./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient - make install + make + RUNNER_ALLOW_RUNASROOT="1" make install # echo "extension=pdo_oci.so" >> /etc/php.ini # - name: Test pdo_oci # run: make test TESTS=tests