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

0 comments on commit dab4ef4

Please sign in to comment.