Skip to content

Commit 2107ab3

Browse files
committed
Use hotfixed msgpack-c
1 parent a1db5ea commit 2107ab3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/autotools.yml

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

Brewfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ brew "libevent"
1010
brew "libtool"
1111
brew "mecab"
1212
brew "mecab-ipadic"
13-
brew "msgpack"
13+
# brew "msgpack"
1414
brew "ninja"
1515
brew "openssl"
1616
brew "pcre"

0 commit comments

Comments
 (0)