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 dab4ef4 commit 7a4aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
phpize
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
make
RUNNER_ALLOW_RUNASROOT="1" make install
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 7a4aa6c

Please sign in to comment.