Skip to content

Commit c2820ba

Browse files
committed
Work on build
1 parent 40195d2 commit c2820ba

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,21 @@ jobs:
1414
unzip -o instantclient-basiclite-linuxx64.zip
1515
unzip -o instantclient-sdk-linuxx64.zip
1616
mv instantclient_* /tmp/instantclient
17-
- name: Show directory structure
18-
run: |
19-
cd /etc/
20-
pwd
21-
tree
22-
cd /usr/lib
23-
pwd
24-
tree
2517
- name: Checkout pdo_oci
2618
uses: actions/checkout@v4
2719
- name: Setup PHP
2820
uses: shivammathur/setup-php@v2
2921
with:
3022
php-version: ${{matrix.version}}
23+
- name: Show directory structure
24+
run: |
25+
php --ini
3126
- name: Build PDO_OCI
3227
run: |
3328
phpize
3429
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
3530
sudo make install
36-
sudo echo "extension=pdo_oci.so" >> /etc/php.ini
31+
# sudo echo "extension=pdo_oci.so" >> /etc/cli/conf.d/30-pdo_oci.ini
3732
# - name: Test pdo_oci
3833
# run: make test TESTS=tests
3934
windows:

0 commit comments

Comments
 (0)