Skip to content

Commit 4a87808

Browse files
committed
Work on build
1 parent e95b377 commit 4a87808

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
matrix:
77
version: ['8.3']
88
runs-on: ubuntu-latest
9+
env:
10+
- name: RUNNER_ALLOW_RUNASROOT
11+
value: "1"
912
steps:
1013
- name: Setup Oracle Instant Client
1114
run: |
@@ -29,7 +32,7 @@ jobs:
2932
run: |
3033
phpize
3134
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
32-
make
35+
make install
3336
export RUNNER_ALLOW_RUNASROOT=1 make install
3437
# echo "extension=pdo_oci.so" >> /etc/php.ini
3538
# - name: Test pdo_oci

0 commit comments

Comments
 (0)