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 107ea1b commit 01310a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
version: ['8.3']
runs-on: ubuntu-latest
env:
- name: RUNNER_ALLOW_RUNASROOT
value: "1"
RUNNER_ALLOW_RUNASROOT: 1
steps:
- name: Setup Oracle Instant Client
run: |
Expand All @@ -28,7 +27,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.version}}
- name: Build pdo_oci
- name: Build PDO_OCI
run: |
phpize
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
- name: Install OCI
- name: Install PDO_OCI
run: powershell .github/workflows/install-oci.ps1 -arch ${{matrix.arch}}
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 01310a1

Please sign in to comment.