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 874ef9f commit 03b322b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: |
phpize
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
make install
# echo "extension=pdo_oci.so" >> /wherever/php.ini
make
sudo make install
echo "extension=pdo_oci.so" >> /etc/php.ini
# - name: Test pdo_oci
# run: make test TESTS=tests
windows:
Expand Down

0 comments on commit 03b322b

Please sign in to comment.