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 f22a440 commit 3fa0381
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
sudo make install
sudo bash -c "echo 'extension=pdo_oci.so' > /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini"
- name: Show directory structure
run: |
php --ini
cat /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
# - name: Test PDO_OCI
# run: make test TESTS=tests
- name: Test PDO_OCI
run: make test TESTS=tests
windows:
defaults:
run:
Expand Down

0 comments on commit 3fa0381

Please sign in to comment.