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 0840a43 commit 83681f1Copy full SHA for 83681f1
.github/actions/install/action.yml
@@ -67,12 +67,12 @@ runs:
67
68
- name: libiconv
69
shell: bash
70
- run: make install-libiconv
+ run: gmake install-libiconv
71
72
- name: build mimalloc
73
74
- run: make install-mimalloc
+ run: gmake install-mimalloc
75
76
- name: build netsurf
77
78
- run: make install-netsurf
+ run: gmake install-netsurf
.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123
# fetch submodules recusively, to get zig-js-runtime submodules also.
124
submodules: recursive
125
126
- - run: brew install make --with-default-names
+ - run: brew install make
127
128
- uses: ./.github/actions/install
129
with:
0 commit comments