Skip to content

Commit 7a4aa6c

Browse files
committed
Work on build
1 parent dab4ef4 commit 7a4aa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
phpize
3131
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
3232
make
33-
RUNNER_ALLOW_RUNASROOT="1" make install
33+
RUNNER_ALLOW_RUNASROOT=1 make install
3434
# echo "extension=pdo_oci.so" >> /etc/php.ini
3535
# - name: Test pdo_oci
3636
# run: make test TESTS=tests

0 commit comments

Comments
 (0)