Skip to content

Commit a3c1daf

Browse files
committed
Work on build
1 parent 3fa0381 commit a3c1daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
phpize
2626
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
2727
sudo make install
28-
sudo bash -c "echo 'extension=pdo_oci.so' > /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini"
28+
#sudo bash -c "echo 'extension=pdo_oci.so' > /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini"
2929
- name: Test PDO_OCI
30-
run: make test TESTS=tests
30+
run: sudo make test TESTS=tests
3131
windows:
3232
defaults:
3333
run:

0 commit comments

Comments
 (0)