Skip to content

Commit b864a0e

Browse files
committed
Fix tests on alpine by installing missing packages
1 parent bbe97b3 commit b864a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Install dependencies
170170
run: |
171171
cat /etc/alpine-release
172-
apk add php83-dev nodejs-dev g++ make
172+
apk add php83-dev nodejs-dev nodejs g++ make file
173173
shell: alpine.sh --root {0}
174174

175175
- name: Build extension

0 commit comments

Comments
 (0)