Skip to content

Commit 83681f1

Browse files
committed
wip5
1 parent 0840a43 commit 83681f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/install/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ runs:
6767
6868
- name: libiconv
6969
shell: bash
70-
run: make install-libiconv
70+
run: gmake install-libiconv
7171

7272
- name: build mimalloc
7373
shell: bash
74-
run: make install-mimalloc
74+
run: gmake install-mimalloc
7575

7676
- name: build netsurf
7777
shell: bash
78-
run: make install-netsurf
78+
run: gmake install-netsurf

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
# fetch submodules recusively, to get zig-js-runtime submodules also.
124124
submodules: recursive
125125

126-
- run: brew install make --with-default-names
126+
- run: brew install make
127127

128128
- uses: ./.github/actions/install
129129
with:

0 commit comments

Comments
 (0)