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 6b2ba4d commit 40195d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
mv instantclient_* /tmp/instantclient
- name: Show directory structure
run: |
cd /tmp/instantclient
cd /etc/
pwd
tree
cd /usr/lib
pwd
tree
- name: Checkout pdo_oci
Expand All @@ -30,7 +33,7 @@ jobs:
phpize
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
sudo make install
# echo "extension=pdo_oci.so" >> /etc/php.ini
sudo echo "extension=pdo_oci.so" >> /etc/php.ini
# - name: Test pdo_oci
# run: make test TESTS=tests
windows:
Expand Down

0 comments on commit 40195d2

Please sign in to comment.