File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 4949 build-target : linux64_nowallet
5050 container-path : ${{ needs.container.outputs.path }}
5151
52+ depends-mac :
53+ name : x86_64-apple-darwin
54+ uses : ./.github/workflows/build-depends.yml
55+ needs : [container]
56+ with :
57+ build-target : mac
58+ container-path : ${{ needs.container.outputs.path }}
59+
5260 depends-win64 :
5361 name : x86_64-w64-mingw32
5462 uses : ./.github/workflows/build-depends.yml
@@ -129,6 +137,15 @@ jobs:
129137 container-path : ${{ needs.container.outputs.path }}
130138 depends-key : ${{ needs.depends-linux64.outputs.key }}
131139
140+ src-mac :
141+ name : mac-build
142+ uses : ./.github/workflows/build-src.yml
143+ needs : [container, depends-mac]
144+ with :
145+ build-target : mac
146+ container-path : ${{ needs.container.outputs.path }}
147+ depends-key : ${{ needs.depends-mac.outputs.key }}
148+
132149 src-win64 :
133150 name : win64-build
134151 uses : ./.github/workflows/build-src.yml
You can’t perform that action at this time.
0 commit comments