We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db5ea commit 2107ab3Copy full SHA for 2107ab3
2 files changed
.github/workflows/autotools.yml
@@ -186,6 +186,18 @@ jobs:
186
- name: Install packages
187
run: |
188
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
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
201
- name: Prepare ccache
202
203
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
Brewfile
@@ -10,7 +10,7 @@ brew "libevent"
10
brew "libtool"
11
brew "mecab"
12
brew "mecab-ipadic"
13
-brew "msgpack"
+# brew "msgpack"
14
brew "ninja"
15
brew "openssl"
16
brew "pcre"
0 commit comments