We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf92e48 commit 9d23c63Copy full SHA for 9d23c63
1 file changed
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
node-version: 20
88
89
- name: Install build tools
90
- run: brew install cmake ninja xz || true
+ run: brew install cmake ninja xz autoconf automake libtool pkg-config || true
91
92
- name: Install npm dependencies
93
run: npm install --no-audit --prefer-offline
0 commit comments