Skip to content

Commit 01310a1

Browse files
committed
Work on build
1 parent 107ea1b commit 01310a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
version: ['8.3']
88
runs-on: ubuntu-latest
99
env:
10-
- name: RUNNER_ALLOW_RUNASROOT
11-
value: "1"
10+
RUNNER_ALLOW_RUNASROOT: 1
1211
steps:
1312
- name: Setup Oracle Instant Client
1413
run: |
@@ -28,7 +27,7 @@ jobs:
2827
uses: shivammathur/setup-php@v2
2928
with:
3029
php-version: ${{matrix.version}}
31-
- name: Build pdo_oci
30+
- name: Build PDO_OCI
3231
run: |
3332
phpize
3433
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
@@ -56,7 +55,7 @@ jobs:
5655
version: ${{matrix.version}}
5756
arch: ${{matrix.arch}}
5857
ts: ${{matrix.ts}}
59-
- name: Install OCI
58+
- name: Install PDO_OCI
6059
run: powershell .github/workflows/install-oci.ps1 -arch ${{matrix.arch}}
6160
- name: Enable Developer Command Prompt
6261
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)