Skip to content

Commit

Permalink
Use hotfixed msgpack-c
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Jun 13, 2024
1 parent a1db5ea commit 2107ab3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,18 @@ jobs:
- name: Install packages
run: |
brew bundle
- uses: actions/checkout@v4
with:
path: msgpack-c
ref: fix-ignored-includedir
repository: otegami/msgpack-c
- name: Build msgpack-c
run: |
cd msgpack-c
cd msgpack-c
cmake -S . -B ../msgpack-c.build -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build ../msgpack-c.build
sudo cmake --install ../msgpack-c.build
- name: Prepare ccache
run: |
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
Expand Down
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ brew "libevent"
brew "libtool"
brew "mecab"
brew "mecab-ipadic"
brew "msgpack"
# brew "msgpack"
brew "ninja"
brew "openssl"
brew "pcre"
Expand Down

0 comments on commit 2107ab3

Please sign in to comment.