Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf0f84 commit 804560bCopy full SHA for 804560b
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
./install-cmake.sh --prefix=/usr/local --skip-license
35
curl -sSL https://github.com/msgpack/msgpack-c/releases/download/cpp-3.1.1/msgpack-3.1.1.tar.gz -o /tmp/msgpack-c.tar.gz
36
tar zxf /tmp/msgpack-c.tar.gz
37
- pushd msgpack-3.1.1 && mkdir build && cd build && cmake .. && sudo make install && popd
+ pushd msgpack-3.1.1 && mkdir build && cd build && cmake .. && make install && popd
38
- name: Setup Compiler
39
if: matrix.config.compiler == 'clang'
40
run: |
0 commit comments