Skip to content

Commit 70eb076

Browse files
committed
Work on build
1 parent f5b6bb3 commit 70eb076

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ 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: Show directory structure
3030
run: |
3131
php --ini
32-
# - name: Test pdo_oci
32+
cat /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
33+
# - name: Test PDO_OCI
3334
# run: make test TESTS=tests
3435
windows:
3536
defaults:

0 commit comments

Comments
 (0)