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 01310a1 commit 6b2ba4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
matrix:
version: ['8.3']
runs-on: ubuntu-latest
env:
RUNNER_ALLOW_RUNASROOT: 1
steps:
- name: Setup Oracle Instant Client
run: |
Expand All @@ -31,7 +29,7 @@ jobs:
run: |
phpize
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
make install
sudo 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 6b2ba4d

Please sign in to comment.