Skip to content

Commit

Permalink
Update v0.9.30 (#942)
Browse files Browse the repository at this point in the history
* some deps update to v0.9.30

* deps update to v0.9.30

* format code

* change deps

* fix docker file

* fix docker file

* change docker file

* change docker file

* fix docker yml file

* fix docker yml file

* fix docker yml file

* add install dependencis shell

* fix install dependencis shell

* fix install dependencis shell

* fix docker file

* fix yml file

* add sudo permisson

* add some dep

Co-authored-by: Chengcheng Shi <Chengcheng@litentry>
  • Loading branch information
Marky-Shi and Chengcheng Shi authored Nov 11, 2022
1 parent 63a6cb3 commit 8524b08
Show file tree
Hide file tree
Showing 83 changed files with 3,190 additions and 2,336 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
target: wasm32-unknown-unknown
default: true

- name: Install protobuf
run: |
sudo apt-get update && \
sudo apt-get upgrade -y && \
sudo apt-get install -yq openssl clang libclang-dev cmake protobuf-compiler
- name: Run cargo clippy check
run: make clippy

Expand Down Expand Up @@ -299,6 +305,12 @@ jobs:
chmod +x $HOME/.local/bin/sccache
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install protobuf
run: |
sudo apt-get update && \
sudo apt-get upgrade -y && \
sudo apt-get install -yq openssl clang libclang-dev cmake protobuf-compiler
- name: Cache cargo registry
if: needs.check-file-change.outputs.src == 'true'
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install additional dependencies
run: |
sudo apt update -y &&
sudo apt install -y cmake pkg-config libssl-dev git gcc build-essential git clang libclang-dev
sudo apt install -y cmake pkg-config libssl-dev git gcc build-essential git clang libclang-dev
- name: Install cargo-tarpaulin
run: |
Expand Down
Loading

0 comments on commit 8524b08

Please sign in to comment.