Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShigekiKarita committed May 2, 2020
1 parent 34d337a commit ddddcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install
run: |
sudo apt-get update -qq
sudo apt-get install -qq -y gcc wget libprotobuf-dev libprotoc-dev libclang-6.0-dev
sudo apt-get install -qq -y gcc wget protobuf-compiler libprotobuf-dev libprotoc-dev libclang-6.0-dev
sudo ln -sf /usr/lib/x86_64-linux-gnu/libclang-6.0.so /usr/lib/libclang.so
- name: test
run: |
Expand Down

0 comments on commit ddddcc4

Please sign in to comment.