Skip to content

Commit

Permalink
Revert "ci macos: add workaround for msgpack-c"
Browse files Browse the repository at this point in the history
This reverts commit 8275463.
This problem is fixed by the following commit.
- ref: msgpack/msgpack-c@68cc50a
  • Loading branch information
otegami committed Jun 3, 2024
1 parent 931ddf6 commit 2048af7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,6 @@ jobs:
path: ccache
key: autotools-macos-ccache-${{ hashFiles('lib/**', 'src/**', 'plugins/**', 'include/**') }}
restore-keys: autotools-macos-ccache-
- name: Adjust msgpack-c.pc
run: |
sed \
-i.bak \
-E \
-e 's,^(include|lib)dir=,\1dir=${prefix}/,g' \
$(brew --prefix msgpack)/lib/pkgconfig/msgpack-c.pc
- name: Generate configure
run: |
./autogen.sh
Expand Down

0 comments on commit 2048af7

Please sign in to comment.