Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 804560b

Browse files
committed
Github CI update
1 parent aaf0f84 commit 804560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
./install-cmake.sh --prefix=/usr/local --skip-license
3535
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
3636
tar zxf /tmp/msgpack-c.tar.gz
37-
pushd msgpack-3.1.1 && mkdir build && cd build && cmake .. && sudo make install && popd
37+
pushd msgpack-3.1.1 && mkdir build && cd build && cmake .. && make install && popd
3838
- name: Setup Compiler
3939
if: matrix.config.compiler == 'clang'
4040
run: |

0 commit comments

Comments
 (0)