File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,18 @@ jobs:
186186 - name : Install packages
187187 run : |
188188 brew bundle
189+ - uses : actions/checkout@v4
190+ with :
191+ path : msgpack-c
192+ ref : fix-ignored-includedir
193+ repository : otegami/msgpack-c
194+ - name : Build msgpack-c
195+ run : |
196+ cd msgpack-c
197+ cd msgpack-c
198+ cmake -S . -B ../msgpack-c.build -DCMAKE_INSTALL_PREFIX=/usr/local
199+ cmake --build ../msgpack-c.build
200+ sudo cmake --install ../msgpack-c.build
189201 - name : Prepare ccache
190202 run : |
191203 echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ brew "libevent"
1010brew "libtool"
1111brew "mecab"
1212brew "mecab-ipadic"
13- brew "msgpack"
13+ # brew "msgpack"
1414brew "ninja"
1515brew "openssl"
1616brew "pcre"
You can’t perform that action at this time.
0 commit comments