We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1387491 commit 0376a26Copy full SHA for 0376a26
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install Dependencies
23
run: npm install
24
25
+ - name: Install libffi build tools
26
+ run: brew install autoconf automake libtool
27
+
28
- name: Build libffi
29
run: npm run build-libffi
30
0 commit comments