Skip to content

Commit e4d36c2

Browse files
committed
Work on build
1 parent a3c1daf commit e4d36c2

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
@@ -25,7 +25,7 @@ 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
3030
run: sudo make test TESTS=tests
3131
windows:

0 commit comments

Comments
 (0)