Skip to content

Commit 064a3c9

Browse files
committed
Work on build
1 parent 48fe4c3 commit 064a3c9

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
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
phpize
3131
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
32-
make install
33-
# echo "extension=pdo_oci.so" >> /etc/php.ini
32+
make install
33+
# echo "extension=pdo_oci.so" >> /etc/php.ini
3434
# - name: Test pdo_oci
3535
# run: make test TESTS=tests
3636
windows:

0 commit comments

Comments
 (0)