Skip to content

Commit 0840a43

Browse files
committed
wip4
1 parent 3437a21 commit 0840a43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
env:
114114
ARCH: x86_64
115115
OS: macos
116-
PATH: "/usr/local/opt/make/libexec/gnubin:$PATH"
117116

118117
runs-on: macos-13
119118

@@ -124,7 +123,7 @@ jobs:
124123
# fetch submodules recusively, to get zig-js-runtime submodules also.
125124
submodules: recursive
126125

127-
- run: brew install make
126+
- run: brew install make --with-default-names
128127

129128
- uses: ./.github/actions/install
130129
with:

0 commit comments

Comments
 (0)