[PECL-CVS] [pecl-datetime-timezonedb] fix-builds: Run right script
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2025-09-25T14:01:09+01:00
Commit: https://github.com/php/pecl-datetime-timezonedb/commit/61a11b24a14a3a065e5aea5a9cf283c4559e00a4
Raw diff: https://github.com/php/pecl-datetime-timezonedb/commit/61a11b24a14a3a065e5aea5a9cf283c4559e00a4.diff
Run right script
Changed paths:
M .github/workflows/build.yml
Diff:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4c6d5f..474083f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
tools: pecl
- name: Compile
- run: ./.build.scripts/compile.sh
+ run: phpize && ./configure && make all
- name: Run tests
continue-on-error: ${{ matrix.experimental }}