Skip to content

Commit

Permalink
Github CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Feb 4, 2024
1 parent aaf0f84 commit 804560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
./install-cmake.sh --prefix=/usr/local --skip-license
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
tar zxf /tmp/msgpack-c.tar.gz
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
- name: Setup Compiler
if: matrix.config.compiler == 'clang'
run: |
Expand Down

0 comments on commit 804560b

Please sign in to comment.