Skip to content

Commit 2048af7

Browse files
committed
Revert "ci macos: add workaround for msgpack-c"
This reverts commit 8275463. This problem is fixed by the following commit. - ref: msgpack/msgpack-c@68cc50a
1 parent 931ddf6 commit 2048af7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/autotools.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,6 @@ jobs:
196196
path: ccache
197197
key: autotools-macos-ccache-${{ hashFiles('lib/**', 'src/**', 'plugins/**', 'include/**') }}
198198
restore-keys: autotools-macos-ccache-
199-
- name: Adjust msgpack-c.pc
200-
run: |
201-
sed \
202-
-i.bak \
203-
-E \
204-
-e 's,^(include|lib)dir=,\1dir=${prefix}/,g' \
205-
$(brew --prefix msgpack)/lib/pkgconfig/msgpack-c.pc
206199
- name: Generate configure
207200
run: |
208201
./autogen.sh

0 commit comments

Comments
 (0)