File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,15 @@ runs:
6565 mkdir -p vendor/zig-js-runtime/vendor/v8/${{inputs.arch}}-${{inputs.os}}/release
6666 ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a vendor/zig-js-runtime/vendor/v8/${{inputs.arch}}-${{inputs.os}}/release/libc_v8.a
6767
68- - name : libiconv
69- shell : bash
70- run : gmake install-libiconv
71-
7268 - name : build mimalloc
7369 shell : bash
74- run : gmake install-mimalloc
70+ run : make install-mimalloc
7571
7672 - name : build netsurf
7773 shell : bash
78- run : gmake install-netsurf
74+ run : make install-netsurf
75+
76+ - name : libiconv
77+ shell : bash
78+ run : make install-libiconv
79+
Original file line number Diff line number Diff line change @@ -123,8 +123,6 @@ jobs:
123123 # fetch submodules recusively, to get zig-js-runtime submodules also.
124124 submodules : recursive
125125
126- - run : brew install make
127-
128126 - uses : ./.github/actions/install
129127 with :
130128 os : ${{env.OS}}
You can’t perform that action at this time.
0 commit comments