Skip to content

Commit ba84209

Browse files
committed
Work on build
1 parent c2820ba commit ba84209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{matrix.version}}
23-
- name: Show directory structure
24-
run: |
25-
php --ini
2623
- name: Build PDO_OCI
2724
run: |
2825
phpize
2926
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
3027
sudo make install
31-
# sudo echo "extension=pdo_oci.so" >> /etc/cli/conf.d/30-pdo_oci.ini
28+
sudo echo "extension=pdo_oci.so" >> /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
29+
- name: Show directory structure
30+
run: |
31+
php --ini
3232
# - name: Test pdo_oci
3333
# run: make test TESTS=tests
3434
windows:

0 commit comments

Comments
 (0)