Skip to content

Commit 78371c7

Browse files
committed
ci improvements
Signed-off-by: Travis Glenn Hansen <[email protected]>
1 parent 7b33368 commit 78371c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ jobs:
3131
3232
- uses: actions/checkout@v3
3333

34+
- name: build prep
35+
id: build_prep
36+
run: |
37+
git config --global --add safe.directory ${PWD}
38+
3439
- name: application build
3540
uses: php-actions/composer@v6
3641
with:
3742
php_version: "8.2"
38-
php_extensions: pcntl bz2
43+
php_extensions: pcntl bz2 bcmath
3944
command: buildphar
4045

4146
- name: create release

0 commit comments

Comments
 (0)