Skip to content

Commit 057e5a9

Browse files
committed
wip6
1 parent 83681f1 commit 057e5a9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/actions/install/action.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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+

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)