Skip to content

Commit

Permalink
Work on build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Aug 22, 2024
1 parent c2820ba commit ba84209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.version}}
- name: Show directory structure
run: |
php --ini
- name: Build PDO_OCI
run: |
phpize
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
sudo make install
# sudo echo "extension=pdo_oci.so" >> /etc/cli/conf.d/30-pdo_oci.ini
sudo echo "extension=pdo_oci.so" >> /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
- name: Show directory structure
run: |
php --ini
# - name: Test pdo_oci
# run: make test TESTS=tests
windows:
Expand Down

0 comments on commit ba84209

Please sign in to comment.